app/ ├── Http/ │ └── Controllers/ │ ├── PostController.php │ ├── UserController.php │ └── CategoryController.php resources/ └── views/ └── posts/ ├── main.blade.php ├── new_post.blade.php ...
If you keep you vendor folder in source control - then you may want to consider placing the following in you .gitignore file. The reason for this is that the chromium rendering engine contains files ...