Looking to hire Laravel developers? Try LaraJobs

laravel-pre-commit maintained by tagadamedia

Last update
2026/05/04 13:31 (dev-master)
License
Links
Downloads
103

Comments
comments powered by Disqus

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