Skip to content

A small laravel project that display a multiple teams divided equally in counts of 4 among different groups and displayed in a view.

Notifications You must be signed in to change notification settings

ruturajhaval/champions-league-team-fixtures

Repository files navigation

Champions League Team Fixtures

A small laravel project that display a multiple teams divided equally in counts of 4 among different groups and displayed in a view.

Installation Instructions


Prerequisites:
Steps for Installation
  1. Clone the git repository in your server root folder using the following command - git clone https://github.com/ruturajhaval/champions-league-team-fixtures.git
  2. Create database for the project by name of champions_league. For this Project, MySql Database is used.
  3. 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.
  4. 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
  5. Run the application in browser at http://localhost/champions-league-team-management/ OR http://your-ip/champions-league-team-management

About

A small laravel project that display a multiple teams divided equally in counts of 4 among different groups and displayed in a view.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages