Home  >  Article  >  PHP Framework  >  Use a picture to master the directory structure of laravel

Use a picture to master the directory structure of laravel

藏色散人
藏色散人forward
2020-03-09 09:51:423536browse

When learning the source code of a framework, taking the time to analyze the directory structure of the project is a good start.

Through the study of the project directory structure, it is helpful for us to quickly grasp the specific functions completed by each directory of the framework.

Although the Laravel documentation has a relatively comprehensive explanation of its directory structure and the functions performed by each directory, the limitation of the documentation is that it cannot intuitively display each directory structure and its functions.

This is because the project structure we see in the IDE or text editor is in a tree shape. Therefore, I organized the key contents of the document into a more intuitive form of expression such as a mind map.

Laravel Directory Structure-Picture Version

Use a picture to master the directory structure of laravel

Laravel Directory Structure-Mind Map Version

Brain Map Address

For more technical articles related to the laravel framework, please visit the laravel tutorial column!

The above is the detailed content of Use a picture to master the directory structure of laravel. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:segmentfault.com. If there is any infringement, please contact admin@php.cn delete