Skip to content
This repository has been archived by the owner on Feb 3, 2022. It is now read-only.

Directories

Michael Mayer edited this page Jan 1, 2019 · 1 revision

Our directory layout is loosely based on the Symfony standard:

  • / contains a readme, the license and various config files for dependency management, building and continuous integration
  • /apps contains app config files, HTML templates, database fixtures, acceptance tests and other static app data
  • /docs contains static documentation assets
  • /frontend contains JS/HTML/CSS source code for our example Web frontend based on Vuetify
  • /src contains PHP source code of our example app
  • /storage contains cache files and logs
  • '/web` contains public assets and scripts

Next: Tests

Back to Getting Started