This is my package ci

1.0.1 2023-02-28 09:23 UTC

README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

Installation

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 [
];

Helpful commands

# 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

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

License

The MIT License (MIT). Please see License File for more information.