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

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
atehnix committed Feb 9, 2018
1 parent ebea076 commit 853b63b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The package gives you the opportunity to customize Artisan commands like `artisa
Any location of the generated classes and with any content.


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

```
php artisan vendor:publish --provider=ATehnix\LaravelStubs\Providers\ConsoleSupportServiceProvider
php artisan vendor:publish --provider="ATehnix\LaravelStubs\Providers\ConsoleSupportServiceProvider"
```

Done!
Expand Down

0 comments on commit 853b63b

Please sign in to comment.