Skip to content

Commit 8d8c842

Browse files
author
Justin Hayes
authored
Update the readme
1 parent 952d444 commit 8d8c842

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ composer require jaspaul/laravel-rollout
1414

1515
### Configuring the Service Provider
1616

17-
Open config/app.php and register the required service provider above your application providers.
17+
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.
1820

1921
```php
2022
'providers' => [

0 commit comments

Comments
 (0)