Summary
In this chapter, you learned about the Symfony environments and how they interact with their own configuration files. We saw how to define a new environment by setting the variable values via the Linux environment variables. At the end, we created a new front controller to call our newly created environment explicitly.
In the next chapter, we will discuss caching concepts and how they are beneficial to our project.