vadykoo / test-football

Laravel application for football clubs managers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

run the command

git clone https://github.com/vadykoo/test-football.git
composer install

create .env file and database fill in correctly APP_URL in .env file, it is important for displaying images and run the commands

php artisan key:generate
php artisan migrate -seed
php artisan storage:link
php artisan serve

Open the site and login with

Login: super@admin.com
Password: secret

or

Login: club@admin.com
Password: secret

About

Laravel application for football clubs managers


Languages

Language:PHP 63.1%Language:HTML 36.6%Language:Vue 0.3%