duolee/pre-commit

The pre-commit system for the Laravel Framework

Installs: 66

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/duolee/pre-commit

1.0 2021-06-07 08:39 UTC

This package is auto-updated.

Last update: 2025-09-24 11:13:31 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