Instructions on installing Laravel 5.1 on a Linux/Mac/Unix Machine.
Before initiating the installation, check if the following requirements are met:
Let's begin the installation:
composer create-project laravel/laravel <folder-name> "5.1.*"
storage
folder and the bootstrap/cache
folder are writable..env
file and set the configuration information like database credentials, debug status, application environment, etc.php artisan serve
and point your browser to http://localhost:8000
. If everything is fine then you should get the page