laravel directory structure

Опубликовано: 11 Октябрь 2024
на канале: it Tips
43
0

In this session we will elaborate the directory structure of laravel application. Laravel application has a simple and user friendly directory structure. This directory structure follows the MVC model. So that models, views and controllers are placed at the suitable hierarchy. The root folder contains .env file and server file to run the laravel application.
In root directory other frequently used directories are as:
1. app directory
2. bootstrap directory
3. database directory
4. public directory
5. resource directory
6. vendor directory