Skip to content

Commit 1f6c6a0

Browse files
authored
Merge pull request #2 from veelasky/main
Update README.md
2 parents 8cc393b + 892771d commit 1f6c6a0

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

README.md

+4-12
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,11 @@ composer require dentro/laravel-patcher
3737
### POST INSTALLATION
3838
> this process is optional, you can skip it though.
3939
40-
1. applying into your project.
41-
* Laravel >= 5.8
42-
* Automatically loaded :)
40+
patches table creation.
41+
```shell script
42+
php artisan patcher:install
43+
```
4344

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-
5345
### USAGE
5446
#### CREATE NEW PATCH
5547
for creating new patch you just need to run these following command

0 commit comments

Comments
 (0)