- Laravel 9.32 or later
- If you're using Laravel 8.0 or earlier, please use version 1.x
You can install the package via composer:
composer require botble/git-commit-checker
Publish the configuration:
php artisan vendor:publish --tag=git-commit-checker-config
Run this command to install:
php artisan git-commit-checker:install
Run test manually (made sure you've added all changed files to git stage):
php artisan git-commit-checker:pre-commit-hook
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.