Amazing football player management system using Laravel7. Existed famous players with data (nationality, league, team, height, weight, position, etc) add, bring online team and league. Awesome ranking and compare feature per attribute. Attribute add per position, perfect position map.
env setting
Composer install
$ composer install
Laravel license
$ php artisan key:generate
Database migrate and seed
$ php artisan vendor:publish --tag="cashier-migrations"
$ php artisan migrate --seed
Storage link
$ php artisan storage:link
Run serve
$ php artisan serve