- Hands-On Full Stack Web Development with Angular 6 and Laravel 5
- Fernando Monteiro
- 94字
- 2021-07-23 19:18:45
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.