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 b102283 commit 5f822e9Copy full SHA for 5f822e9
README.md
@@ -29,17 +29,17 @@
29
composer require inspirum/mcrouter
30
```
31
32
-It necessary to register the service provider in `config/app.php` right after `CacheServiceProvider`.
+For Laravel 5.4 and below it necessary to register the service provider in `config/app.php`.
33
34
```php
35
'providers' => [
36
// ...
37
Illuminate\Cache\CacheServiceProvider::class,
38
- Inspirum\Mcrouter\Providers\McrouterServiceProvider::class,
39
- // ...
40
]
41
42
+On newer versions Laravel will automatically register via [Package Discovery](https://laravel.com/docs/master/packages#package-discovery).
+
43
44
### Config Files
45
0 commit comments