Download the PHP package zabaala/laravel_precommit without Composer
On this page you can find all versions of the php package zabaala/laravel_precommit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download zabaala/laravel_precommit
More information about zabaala/laravel_precommit
Files in zabaala/laravel_precommit
Download zabaala/laravel_precommit
More information about zabaala/laravel_precommit
Files in zabaala/laravel_precommit
Vendor zabaala
Package laravel_precommit
Short Description A git pre-commit hook to Laravel apps.
License MIT
Package laravel_precommit
Short Description A git pre-commit hook to Laravel apps.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel_precommit
Laravel pre-commit
A Laravel package to analyze your PHP code and check your PHPUnit tests before commit your code.
Requirements
- PHP >= 7.0.0
- phpunit/phpunit ~6.0
- squizlabs/php_codesniffer ~6.0
How to install
1. Include package dependencie into composer.json:
2. Discover the package Service Provider
If you're using Laravel 5.5 version, this package will be auto-discovered. But if you're using any other Laravel 5
version, you will need add the PreCommitServiceProvider inside of your config/app.php
file:
3. Create the pre-commit file
Create a pre-commit file in: .git/hooks/pre-commit
with the content below:
Usage
Modify and commit any file.
License
MIT
All versions of laravel_precommit with dependencies
PHP Build Version
Package Version
The package zabaala/laravel_precommit contains the following files
Loading the files please wait ....