Skip to content

Commit

Permalink
Add instruction to get support of Laravel prior to 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
erjanmx committed Mar 7, 2018
1 parent 3ea9350 commit 89fed6a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,16 @@ You can install the package via composer
composer require erjanmx/laravel-live-tinker --dev
```

If you're using Laravel prior to version 5.5 you have to configure by adding Service Provider in your `/config/app.php`

```
'providers' => [
// other providers
Erjanmx\LiveTinker\LiveTinkerServiceProvider::class,
],
```

Publish assets via following command

```bash
Expand Down

0 comments on commit 89fed6a

Please sign in to comment.