We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 952d444 commit 8d8c842Copy full SHA for 8d8c842
readme.md
@@ -14,7 +14,9 @@ composer require jaspaul/laravel-rollout
14
15
### Configuring the Service Provider
16
17
-Open config/app.php and register the required service provider above your application providers.
+On Laravel 5.5, the package discovery will configure the service provider automatically.
18
+
19
+On Laravel 5.4, open config/app.php and register the required service provider above your application providers.
20
21
```php
22
'providers' => [
0 commit comments