Open marekbuxobucek opened 5 years ago
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).
+1 Same problem here. Setting the production mode by config file gopay.php would be great.
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).