defstudio/laravel-dev-dependencies
Composer 安装命令:
composer require defstudio/laravel-dev-dependencies
包简介
A collection of laravel development dependencies
README 文档
README
Installation
You can install this package via Composer:
composer require --dev defstudio/laravel-dev-dependencies
Setup
Publishing Assets
Composer Scripts
Add the following scripts to composer.json
"php-cs-fixer": "php-cs-fixer fix -v --config=./.php-cs-fixer.php",
"lint": "@php-cs-fixer",
"test:lint": "@php-cs-fixer --dry-run",
"test:types": "php ./vendor/bin/phpstan analyse --ansi --memory-limit=-1",
"test:mutation": "./vendor/bin/infection --test-framework=pest --show-mutations",
"test": "php ./vendor/bin/pest --colors=always --parallel",
"x-ray": "./vendor/bin/x-ray .",
"update:snapshots": "php ./vendor/bin/pest --colors=always -d --update-snapshots",
"test:all": [
"@test:lint",
"@test:types",
"@test",
"@x-ray".
]
统计信息
- 总下载量: 4.24k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-09-17