Laravel application that creates league fixture and results simulation
Clone the project
for running the project you need the minimum requirement of running laravel 7.0 and there is no other third party packages
do these steps after cloning:
> composer install
> php -r "file_exists('.env') || copy('.env.example', '.env');"
> create a mysql database and add your database access in .env
> npm install
> php artisan key:generate
> php artisan migrate --seed
This project is licensed under the MIT License - see the LICENSE.md file for details