You are on page 1of 1

Permissio

Serving La
After installing Laravel, you may need to grant the web server write permissions to the app/storagedirectories. See the Installation documentation for more details on configuration.

Typically, you may use a web server such as Apache or Nginx to serve your Laravel applications. If you are on PHP 5.4+ and would like to use PHP's built-in development server, you may use the ser
php artisan serve

You might also like