Directory PermissionsĪfter installing Laravel, you may need to configure some permissions. Each option is documented, so feel free to look through the files and get familiar with the options available to you. Configuration FilesĪll of the configuration files for the Laravel framework are stored in the config directory.
The index.php in this directory serves as the front controller for all HTTP requests entering your application. More robust local development options are available via Homestead and Valet.Īfter installing Laravel, you should configure your web server's document / web root to be the public directory.