A small laravel project that display a multiple teams divided equally in counts of 4 among different groups and displayed in a view.
- Server: LAMP Server
- Version Control: Git
- Other Packages:
- Clone the git repository in your server root folder using the following command -
git clone https://github.com/ruturajhaval/champions-league-team-fixtures.git
- Create database for the project by name of champions_league. For this Project, MySql Database is used.
- Update the project url (http://localhost/champions-league-team-fixtures/ OR http://your-ip/champions-league-team-fixtures/) and database config in .env file in project root directory.
- Run the following commands in project root directory:
composer install
npm install
php artisan migrate
php artisan db:seed -t TeamDetailsSeeder
sudo chmod -R 777 storage/logs/
ln -s ../../node_modules/bootstrap/ public/css/bootstrap
- Run the application in browser at http://localhost/champions-league-team-management/ OR http://your-ip/champions-league-team-management