This is a simple league simulator powered by PHP and Laravel. Functionalities:
- Create Fixtures
- Simulate Games by Week
- Predict Champion Depending on Existing Data
- Create an .env file and provide database connection details in Laravel way.
- Run migrations with:
php artisan serve
- Run seeder to load tests data:
php artisan db:seed --class=TeamsSeeder
- Build assets with
npm run build
- Start Local development server:
php artisan serve
- Now you yan access app at http://127.0.0.1:8000/