laravellaravel-5laravel-middlewarelaravel-authorization

How to understand Laravel framework completely?


I have gone through Laravel beginners tutorial, and now I can understand every topics listed in those tutorials and have created my own project, but as I saw in those, the tutors were able to understand what each file was meant for and had the capability to edit it and change it as per their needs.

So how do they learn so deeply and from which source?


Solution

  • I will try brief what is said at Laravel Official Documentation

    The root directory

    In the root directory of every Laravel project you can find the following directories:

    App folder

    The app folder contains the core code of your application. There different directories inside this folder, each one has an specific purpose: