Flag of Ukraine
SymfonyCasts stands united with the people of Ukraine
Next Chapter

Challenge #2 of 2


Q: 

You run the Symfony application locally with the built-in Symfony web server as APP_ENV=test symfony serve. And you have the following content in the .env files:

# .env
APP_ENV=prod
# .env.local
APP_ENV=dev

In which environment will be loaded your Symfony application?

userVoice