Google News
logo
Symfony - Interview Questions
Explain an environment in the Symfony framework?
A group of configurations used to run an application is described as an Environment in Symfony. This framework has two default environments :
 
Prod : It is used to optimize for executing an application on production.

Dev : It is used when an application is developed locally.
Advertisement