vietstars/code-style
Composer 安装命令:
composer require vietstars/code-style
包简介
PHP PSR code style
README 文档
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"
}
统计信息
- 总下载量: 132
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-12-23