![Hands-On Full Stack Web Development with Angular 6 and Laravel 5](https://wfqqreader-1252317822.image.myqcloud.com/cover/587/36699587/b_36699587.jpg)
上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:
![](https://epubservercos.yuewen.com/0CA4EE/19470390208868306/epubprivate/OEBPS/Images/f0eff070-8dd1-4a97-8c20-710ab5b5afc5.png?sign=1738886188-el0vPxCXvPpzJjQMZnbVAhPPNFcxkqRz-0-b4ceff455867f8f88e77a25b4e94768e)
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.