上QQ阅读APP看书,第一时间看更新
Laravel directory structure
Now, let's look at how this pattern is implemented within an application with Laravel:
- Open the VS Code editor.
- If this is the first time you are opening VS Code, click on the top menu and navigate to File | Open.
- Search for the chapter-01 folder, and click Open.
- Expand the app folder at the left-hand side of VS Code.
The application files are as follows:
Laravel root folder
The phpdocker folder and docker-compose.yml files are not part of the Laravel framework; we added these files manually, earlier in this chapter.