0 votes
in Laravel by
What is the use of the bootstrap directory?

1 Answer

0 votes
by

It is used to initialize a Laravel project. This bootstrap directory contains app.php file that is responsible for bootstrapping the framework.

...