isDebuggingEnabled static method
Check if the app is in debug mode
Implementation
static bool isDebuggingEnabled() {
return getEnv('APP_DEBUG', defaultValue: false);
}
Check if the app is in debug mode
static bool isDebuggingEnabled() {
return getEnv('APP_DEBUG', defaultValue: false);
}