You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 23, 2022. It is now read-only.
After updating composer, add the `ServiceProvider` to the providers array in `config/app.php`.
31
31
32
-
### Laravel 5.x:
32
+
### Laravel 5.5+
33
+
34
+
This library is compatible with the package auto-discovery feature so you have nothing to do...
35
+
If you prefer adding yourself your providers, please follow the [official documentation guidelines](https://laravel.com/docs/5.5/packages#package-discovery).
36
+
37
+
### Laravel <5.5:
38
+
39
+
Add this in the `providers` section of the `config/app.php` file :
0 commit comments