sw-fw-less
  • sw-fw-less
  • get started
    • Installation
    • Directory
    • Config
    • Quick Start
  • MVC
    • Router
    • Middleware
    • Request
    • Param Validator
    • Model
    • Response
  • Database
    • MySQL
    • Redis
    • Elasticsearch
  • Storage
    • General
    • File
    • Qiniu
    • Alioss
  • OTHER
    • Pagination
    • Helper
    • Error Handler
    • AMQP-0-9-1
    • Events
  • Deployment
    • Nginx
    • Docker
  • APPENDIX
    • Development Rules
Powered by GitBook
On this page

Was this helpful?

  1. get started

Directory

project                //Deployment Directory
├─app                  //Application Directory
│  ├─components        //Kernel Components(No modification is recommended)
│  ├─facades           //Facade Classes
│  ├─middlewares       //Middleware Classes
│  ├─models            //Data Models(MySQL & Eleasticsearch)
│  ├─services          //Business Logic Classes
├─config               //Application Config
├─docs                 //Document Files
├─ide-helper           //IDE Helper Files for extensions
├─runtime              //Runtime Files(logs & storage)
├─vender               //Composer Dependencies
├─.env                 //Environment Config
├─.env.example         //Environment Config Sample
├─.gitignore           //Git Ignored Files Config
├─bootstrap.php        //Kernel Boostrap Driver(No modification is recommended)
├─composer.json        //Composer Config
├─composer.lock        //Composer Dependencies Record
├─docker-compose.yml   //Docker Compose Config
├─Dockerfile           //Docker Image Config
├─LICENSE              //Software Open Source License
├─README.md            //README Document
├─start.php            //Entry(No modification is recommended)
PreviousInstallationNextConfig

Last updated 6 years ago

Was this helpful?