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
The service provider does not load on every page load, so it should not slow down your app. In `config/app.php` You may add the the `TaggingServiceProvider` in the providers array as follows:
24
+
The service provider does not load on every page load, so it should not slow down your app. In `config/app.php` You may add the `TaggingServiceProvider` in the providers array as follows:
25
25
26
26
> If you're using Laravel 5.5+ let the package auto discovery make this for you.
0 commit comments