Install project Clone project git clone https://github.com/maksymsh/laravel.git Copy .env.example to .env and configure DB Install dependencies composer install Generate key php artisan key:generate Run migrations php artisan migrate Run seeds php artisan db:seed