Skip to Content
Mastering Symfony
book

Mastering Symfony

by Sohail Salehi
April 2016
Intermediate to advanced content levelIntermediate to advanced
290 pages
5h 51m
English
Packt Publishing
Content preview from Mastering Symfony

Chapter 11. More about Dev, Test and Prod Environments

This is a short chapter about Symfony environments. We will see how they are different from each other, how we can customize them based on project requirements, and how to create our own environment with its own front controller (that is, app.php, app_dev.php, and app_[your env name].php).

Why do we need different environments?

An environment basically provides running instructions for the same code base. It does not change anything in the code itself. It simply tells Symfony when the code is running, which tools and components should accompany it, and what set of parameters should be used.

The default Symfony environments are Dev, Test, and Prod. As their names suggest, they utilize Symfony ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Persistence in PHP with Doctrine ORM

Persistence in PHP with Doctrine ORM

Kevin Dunglas
PHP Web Services

PHP Web Services

Lorna Jane Mitchell
Mastering PHP 7

Mastering PHP 7

Branko Ajzele
PHP 7: Real World Application Development

PHP 7: Real World Application Development

Doug Bierer, Altaf Hussain, Branko Ajzele

Publisher Resources

ISBN: 9781784390310Supplemental Content