Level 2
Just visit Laravel's Documentation:
The bootstrap directory contains files that bootstrap the framework and configure autoloading. This directory also houses a cache directory which contains framework generated files for performance optimization such as the route and services cache files.
Source: https://laravel.com/docs/5.4/structure#the-bootstrap-directory
2 likes