Symfony 7 Fundamentals: Services, Config & Environments
The Prod Environment
Start your All-Access Pass to unlock this challenge
Buy Access Login

Challenge 2 / 2

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?

Select your answer
Skip challenges and go to theNext Chapter

Turn Challenges Off?

All further challenges will be skipped automatically.
You can re-enable challenges at any time on this page or from your account page.