duolee/pre-commit

The pre-commit system for the Laravel Framework

1.0 2021-06-07 08:39 UTC

This package is auto-updated.

Last update: 2025-03-24 10:07:42 UTC


README

I. Installation

composer require --dev duolee/pre-commit

II. Usage

  • Run manually
php artisan pre-commit
  • Install to git hooks, it will be run when git commit
php artisan pre-commit --install