#What is this?
This is an Amateur football league administration application. It`s built using PHP Framework Laravel.
After cloning/downloading it.
Run composer install
.
For database migrations php artisan migrate
.
And there is a database seed that you can run with php artisan db:seed
.
This will make a default user with [email protected]
and password admin123
.
And it will make some fake database data.