To-do, describe this package.
You can install the package via composer:
composer require juampi92/phecks
You can publish the config file with:
php artisan vendor:publish --tag="phecks:config"
This is the contents of the published config file:
return [
/*
|--------------------------------------------------------------------------
| Checks
|--------------------------------------------------------------------------
|
| Description.
*/
'checks' => [],
/*
|--------------------------------------------------------------------------
| Baseline
|--------------------------------------------------------------------------
|
| Where the baseline is located.
*/
'baseline' => '.phecks.baseline.json',
];
php artisan phecks:run
composer test
The MIT License (MIT). Please see License File for more information.