Install the package via composer:
composer require rockero-cz/ci
You can publish the config file with:
php artisan vendor:publish --tag="ci-config"
This is the contents of the published config file:
return [
];
# Run all checks:
php artisan ci:run
# Run tests:
php artisan ci:test
# Run PHPStan:
php artisan ci:phpstan
# Run TLint:
php artisan ci:lint
composer test
Please see CHANGELOG for more information on what has changed recently.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.