Skip to main content

Directory Structure

.
├── bootstrap/ App bootstrap and service provider
├── commands/ Custom commands
├── config/ Configuration (database etc)
├── controllers/ HTTP Controllers
├── exceptions/ Exception and error handling
├── middlewares/ HTTP Middlewares
├── models/ Database models (ORM)
├── views/ Views
└── routes.php Routes