webmachine / patches
Patches for Laravel 5
Installs: 164
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/webmachine/patches
Requires
- php: >=5.5.0
- illuminate/config: >=5.4
- illuminate/database: >=5.4
- illuminate/support: >=5.4
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.