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

Creating a new environment

Based on what we have seen so far, in order to create a new environment, all we need to do is the following:

  1. Define a new configuration file.
  2. Create a new front controller for it (in case we need to call it explicitly).

To put it in practice, let's imagine that your web application was successful enough to receive sign ups from all around the world. This means that it is wise to use regional servers for each country instead of serving everyone in the world with the same server.

One way to do this is to define different domains for different regions. Again, the code base stays the same, but configurations for the database, caching, and so on should be different. However, because we (as developers) are working from one specific ...

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