vitstars / code-style
PHP PSR代码风格
v0.0.8
2022-12-23 13:35 UTC
Requires
- friendsofphp/php-cs-fixer: ^3.2.0
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"
}