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
thrownewRuntimeException('The "FORK_ENV" environment variable is not set to "prod". Please run "composer require symfony/dotenv" to load the ".env" files configuring the application.');
}
$dotenv = newDotenv();
$dotenv->load(__DIR__ . '/.env');
// @TODO when updating to Fork 6, using Symfony 4, check if we still need to check the file's existence