Skip to content
This repository was archived by the owner on Feb 18, 2024. It is now read-only.

Commit 853b63b

Browse files
author
atehnix
committed
Update readme
1 parent ebea076 commit 853b63b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The package gives you the opportunity to customize Artisan commands like `artisa
77
Any location of the generated classes and with any content.
88

99

10-
## Installation for Laravel 5.5
10+
## Installation for Laravel 5.5 / 5.6
1111
> *For older laravel versions see: [older instllation](https://github.com/atehnix/laravel-stubs/tree/v2.0.0#installation)*
1212
1313
You can get library through [composer](https://getcomposer.org/)
@@ -19,7 +19,7 @@ composer require atehnix/laravel-stubs
1919
To publish the config file to `config/stubs.php` run:
2020

2121
```
22-
php artisan vendor:publish --provider=ATehnix\LaravelStubs\Providers\ConsoleSupportServiceProvider
22+
php artisan vendor:publish --provider="ATehnix\LaravelStubs\Providers\ConsoleSupportServiceProvider"
2323
```
2424

2525
Done!

0 commit comments

Comments
 (0)