Skip to content

Commit 5f822e9

Browse files
committed
Update readme
1 parent b102283 commit 5f822e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@
2929
composer require inspirum/mcrouter
3030
```
3131

32-
It necessary to register the service provider in `config/app.php` right after `CacheServiceProvider`.
32+
For Laravel 5.4 and below it necessary to register the service provider in `config/app.php`.
3333

3434
```php
3535
'providers' => [
3636
// ...
3737
Illuminate\Cache\CacheServiceProvider::class,
38-
Inspirum\Mcrouter\Providers\McrouterServiceProvider::class,
39-
// ...
4038
]
4139
```
4240

41+
On newer versions Laravel will automatically register via [Package Discovery](https://laravel.com/docs/master/packages#package-discovery).
42+
4343

4444
### Config Files
4545

0 commit comments

Comments
 (0)