Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 316 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 316 Bytes

Installation

  • Set your DB Connection in .env

  • Create application Key

php artisan key:generate
  • Install dependencies
composer install
  • Create tables in DB
php artisan migrate 
  • Seed data
php artisan db:seed --class=LaravelTournamentSeeder

You can now access the demo!