Skip to content

TeamShuffler is an easy way to shuffle soccer teams!

Notifications You must be signed in to change notification settings

joaomarcos96/team_shuffler

Repository files navigation

Team Shuffler

Team Shuffler helps you create players and shuffle them to create teams.

Getting started

Run the commands below to get the app up and running

  • Copy .env.example to .env and fill it with your own credentials:

      $ cp .env.example .env
    
  • Install the dependencies

      $ composer install
    
  • Migrate the database (create it first, it's not created yet)

      $ php artisan migrate
    
  • Run the app

      $ php artisan serve
    

About

TeamShuffler is an easy way to shuffle soccer teams!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published