antoinevdsk / laravel-pre-commit
Installs: 48
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Forks: 0
pkg:composer/antoinevdsk/laravel-pre-commit
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-10-10 11:12:06 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