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

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