District Core Developer DocsDistrict Core Developer Docs
Developers
Boilerplate
Modules
Bitbucket
Developers
Boilerplate
Modules
Bitbucket
  • Developers

    • Getting-Started
    • Git
    • Changelog
    • Building
    • Tests
    • Modules
    • Jobs
    • Accessibility
    • Other-Services
    • General-Tips
    • Architecture

Architecture

An overview of project architecture

Under the hood

  • Framework
    • Laravel 10
    • PHP 8.1
    • Lagoon hosting
    • Lando dev
    • InertiaJS
    • Vue 2 templates (VueJs 3 has limited package support)
    • SASS + browsersync
  • Tests
    • PHPStan Level 5
    • Cypress.io
    • Laravel php
  • Themes
    • See /themes
    • /resources is only for shared theme templates/js/styles
    • Logical separation of common blade templates
  • Assumed services
    • MariaDB (+ second DB for tests)
    • Redis (cache)
    • Elastic (search)
  • Bitbucket pipelines
  • Routes + controllers
    • Frontend
    • Dashboard
Edit this page
Prev
General-Tips