webmachine/patches
最新稳定版本:v1.1.3
Composer 安装命令:
composer require webmachine/patches
包简介
Patches for Laravel 5
README 文档
README
Install
Via Composer
$ composer require webmachine/patches
Next, you must install the service provider:
// config/app.php 'providers' => [ ... Webmachine\Patches\PatchesServiceProvider::class, ];
Publish
$ php artisan vendor:publish --provider="Webmachine\Patches\PatchesServiceProvider"
Usage
Create a new Patch
$ php artisan make:patch MyPatch
Run Patch
$ php artisan patch MyPatch
Show Patch Log
$ php artisan patch:log
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 221
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-07-13