Skip to content

haldunbuyoruk/premier-league

Repository files navigation

Haldun Buyorük - Premier League Simulation

Run following commands

composer install
npm install
bower install

Setup your .env file and create database written in your .env file

php -r "file_exists('.env') || copy('.env.example', '.env');"
php artisan key:generate
php artisan migrate --seed
php artisan serve