Folder Structure of Laravel Application.
Hi.
In the Previous video read about how to set up a laravel application on your local setup. In this article, we are going to read and see about the folder structure of the laravel application.
Folder Structure plays a very important role in any project. Because if we do not maintain our code throughout our development going to become a suck for ourselves and also the coming developer on that project in near future.
So here is the laravel folder structure that comes in every laravel fresh application. And it's best to maintain code.
The folder structure of the Laravel application
In the above image, you can see that this default folder structure.
Here is also good news for all of you beginners that we only have to work with three folders only at the beginning but later as we move forward we used to work with other things also.
These folders are app at top of all folders and then at the second resource folder/directory and last but not least route folder.
Thanks: In the next article we are going to see that what we do in these three folders.