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
> If you do run the package on Laravel 5.5+, you can start using the package at this point. [package auto-discovery](https://medium.com/@taylorotwell/package-auto-discovery-in-laravel-5-5-ea9e3ab20518) takes care of the magic of adding the service provider.
31
31
32
-
**Add the service provider to your app configuration**
32
+
**Add the service provider to your app configuration**
33
33
34
34
If you do not run Laravel 5.5 (or higher), then add the following line under the `providers` array key in *app/config.php*:
0 commit comments