vietstars/code-style

PHP PSR code style

v0.0.8 2022-12-23 13:35 UTC

This package is auto-updated.

Last update: 2024-05-12 08:25:23 UTC


README

COMPOSER_MEMORY_LIMIT=-1 composer require vietstars/code-style

php artisan vendor:publish --provider="Vietstars\CodeStyle\ServiceProvider"
or
php artisan vendor:publish --tag=config-fixer --force

"scripts": {
"check-style": "php-cs-fixer fix --dry-run --diff",
"fix-style": "php-cs-fixer fix"
}