isEnvDeveloping static method

bool isEnvDeveloping()

Check if the app is in developing

Implementation

static bool isEnvDeveloping() {
  return getEnv('APP_ENV') == 'developing';
}