Skip to content

Commit be554d6

Browse files
authored
Update to auto package discovery
1 parent c2caa8b commit be554d6

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,15 @@ Run composer update to download the package
5353
composer update
5454
```
5555

56-
Finally, you'll also need to add the ServiceProvider in `config/app.php`
56+
Finally, you'll also need to add the ServiceProvider
57+
58+
**Laravel 5.5 and above**
59+
60+
Uses package auto discovery feature, no need to edit the config/app.php file.
61+
62+
**Laravel 5.4 and below**
63+
64+
You need to add the ServiceProvider in `config/app.php` with the following
5765

5866
``` php
5967
'providers' => [

0 commit comments

Comments
 (0)