blumilksoftware/stubs
Composer 安装命令:
composer require blumilksoftware/stubs
包简介
Laravel stubs refactored and consistent with the Blumilk codestyle.
README 文档
README
blumilksoftware/stubs
Laravel stubs refactored and consistent with the Blumilk codestyle.
php artisan make:rulebefore and afterblumilksoftware/stubs
Installation
Just run:
composer require blumilksoftware/stubs --dev
It should add BlumilkStubsServiceProvider to your application via automagic package discovery.
Usage
There are two ways to use Blumilk stubs.
Default one creates a symbolic link in your application's main directory pointing to the vendor directory ./vendor/blumilksoftware/stubs:
php artisan blumilk:stubs
Second one triggers copying of all stubs from vendor into your application's main directory:
php artisan blumilk:stubs --copy
After that any php artisan make:whatever will be using new stubs.
Development
Run tests:
dcr php composer test
Run codestyle check:
dcr php composer cs
Please maintain our project guidelines:
- keep Issues well described, labeled and in English,
- add issue number to all your commits,
- add issue number to your branch name,
- squash your commits into one commit with standardized name.
dcrshould be an alias todocker-compose run --rm -u "$(id -u):$(id -g)".
统计信息
- 总下载量: 17
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-05-06
