laravel-pre-commit maintained by tagadamedia
Authors
Last update
2026/05/04 13:31
(dev-master)
License
Downloads
103
Add this line in your composer.json
"config": {
"bin-dir": "bin"
}
And change pre-commit symlink in your project :
rm -f .git/hooks/pre-commit && mkdir -p .git/hooks && ln -s ../../bin/laravel-pre-commit .git/hooks/pre-commit