uitpas-beheer-silex
  • Introduction
  • Initial Setup
  • Language
  • Layered architecture
    • Infrastructure
    • Domain
  • File system layout
    • vendor
    • src
    • test
    • app
    • bootstrap.php
    • bootstrap
    • web
    • var
    • log
    • docs
    • config.dist.yml
    • config.yml
  • Development process
    • Git workflow
    • Definition of Done
    • Unit tests
    • Coding standards
    • Swagger documentation
    • Technical manual
    • Continuous Integration
    • Peer review
Powered by GitBook
On this page

Was this helpful?

  1. File system layout

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.

PreviousappNextbootstrap

Last updated 4 years ago

Was this helpful?