Files and tags ##Installation Commands for installation Create .env file cp .env.example .env Change db setting in your .env file Run composer composer install Create app key php artisan key:generate Run migrations and seeds php artisan migrate --seed