See this link.
- Clone your project
- Go to the folder application using
cd
- Run
composer install
- Create .env file from .env.example on root folder. You can type
cp .env.example .env
if using terminal Ubuntu - Run
php artisan key:generate
- Run
php artisan serve
- Go to localhost:8000