We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8cc393b + 892771d commit 1f6c6a0Copy full SHA for 1f6c6a0
README.md
@@ -37,19 +37,11 @@ composer require dentro/laravel-patcher
37
### POST INSTALLATION
38
> this process is optional, you can skip it though.
39
40
-1. applying into your project.
41
- * Laravel >= 5.8
42
- * Automatically loaded :)
+patches table creation.
+```shell script
+ php artisan patcher:install
43
+```
44
- * Laravel <= 5.8
45
- * Add the `\Jalameta\Patcher\PatcherServiceProvider` into `providers`
46
- array in `config/app.php`
47
-
48
-2. patches table creation.
49
- ```shell script
50
- php artisan patcher:install
51
- ```
52
53
### USAGE
54
#### CREATE NEW PATCH
55
for creating new patch you just need to run these following command
0 commit comments