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 Debugging mode is setting by env variable APP_DEBUG but getenv(APP_DEBUG) does not work properly (Laravel 5.8). I would like to fix It or implement this possibility into the config file like 'isProductionMode' => (bool).
The text was updated successfully, but these errors were encountered:
I Debugging mode is setting by env variable APP_DEBUG but getenv(APP_DEBUG) does not work properly (Laravel 5.8). I would like to fix It or implement this possibility into the config file like 'isProductionMode' => (bool).
The text was updated successfully, but these errors were encountered: