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
I tried to add this in app.php env('APP_ENV') !== 'production' ? Rap2hpoutre\LaravelLogViewer\LaravelLogViewerServiceProvider::class : null, but I got Class name must be a valid object or a string
The text was updated successfully, but these errors were encountered:
I think I can replace null with existing service provider ... this fixed my issue. but is there a better solution or configuration for disable it from production ?
I tried to add this in app.php
env('APP_ENV') !== 'production' ? Rap2hpoutre\LaravelLogViewer\LaravelLogViewerServiceProvider::class : null,
but I gotClass name must be a valid object or a string
The text was updated successfully, but these errors were encountered: