antoinevdsk / laravel-pre-commit
There is no license information available for the latest version (v1.0.0) of this package.
v1.0.0
2025-03-27 14:28 UTC
Requires
- php: ^8.4
- friendsofphp/php-cs-fixer: ^3.73
- larastan/larastan: ^3.0
- pestphp/pest: ^3.7
This package is not auto-updated.
Last update: 2025-05-09 09:16:48 UTC
README
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