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.
2 parents f9b4a8b + 8d8c842 commit 25709f5Copy full SHA for 25709f5
composer.json
@@ -41,5 +41,12 @@
41
},
42
"config": {
43
"sort-packages": true
44
+ },
45
+ "extra": {
46
+ "laravel": {
47
+ "providers": [
48
+ "Jaspaul\\LaravelRollout\\ServiceProvider"
49
+ ]
50
+ }
51
}
52
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