bootstrap.php

In bootstrap.php Silex' service container is set up. Most of the work is actually delegated to Service Providers defined in the app directory.

Additional bootstrap files from the bootstrap directory are loaded here as well.

Last updated