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

app

The app directory is the home for Silex service providers and controller providers. These are not unit tested and are very specific to how services and routing are defined in the Silex microframework.

PrevioustestNextbootstrap.php

Last updated 4 years ago

Was this helpful?