antoinevdsk/laravel-pre-commit

There is no license information available for the latest version (v1.0.0) of this package.

Installs: 48

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

pkg:composer/antoinevdsk/laravel-pre-commit

v1.0.0 2025-03-27 14:28 UTC

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