vitstars/code-style

PHP PSR代码风格

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

This package is auto-updated.

Last update: 2024-09-12 09:11:31 UTC


README

设置COMPOSER_MEMORY_LIMIT=-1,然后执行composer require vietstars/code-style

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

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