tagadamedia / laravel-pre-commit
1.0.3
2025-12-23 17:35 UTC
Requires
- php: ^8.4
- friendsofphp/php-cs-fixer: ^3.73
- larastan/larastan: ^3.0
- pestphp/pest: ^3.7
This package is auto-updated.
Last update: 2026-03-07 10:04:09 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