Skip to content

Commit 0b9c89d

Browse files
committed
updated readme to reflect package auto discovery
1 parent 9236b36 commit 0b9c89d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,13 @@ composer update
5151

5252
### Laravel
5353

54-
***Add ```'GetStream\StreamLaravel\StreamLaravelServiceProvider'``` to the list of providers in ```config/app.php```:***
54+
**Laravel 5.5**
5555

56+
Skip this step, [you're done!](https://medium.com/@taylorotwell/package-auto-discovery-in-laravel-5-5-ea9e3ab20518) You can now start building your feed.
5657

57-
**Laravel 5.1+**
58+
***Add ```'GetStream\StreamLaravel\StreamLaravelServiceProvider'``` to the list of providers in ```config/app.php```:***
59+
60+
**Laravel >5.1+ <5.5**
5861
```
5962
'providers' => [
6063
GetStream\StreamLaravel\StreamLaravelServiceProvider::class,

0 commit comments

Comments
 (0)