The COCIS Football League Management System is a web-based application developed using Laravel to manage football leagues efficiently. It allows administrators to oversee teams, fixtures, match results, player statistics, and standings. The system provides a user-friendly interface for both administrators and users to interact with league data in real time.
##>Team Management: Add, update, and remove teams. ##>Match Scheduling: Create and manage fixtures. ##>Player Management: Add and update player details. ##>Live Scores & Results: Update match results dynamically. ##>Standings & Rankings: Automatically update league standings based on match results. ##>User Authentication: Secure login system for administrators.
- Backend: PHP
- Frontend: HTML, CSS, JavaScript
- Database: MySQL
- Version Control: Git & GitHub
| Name | Reg. Number |
|---|---|
| Tulinawe Ismail | 23/u/18058/EVE |
| Mwesigwa Arnold Mugahi | 23/u/24738/PS |
| Naisanga Patricitia | 23/u/18058/EVE |
| Bonabana Bronia | 23/u/18058/EVE |
| Nakyambadde Mariam | 23/u/18058/EVE |
/cocis-football-league/ │── index.php # Main landing page │── dashboard.php # Admin dashboard │── teams.php # Manage teams │── fixtures.php # Manage fixtures │── results.php # Update results │── standings.php # View league table │── auth/ # User authentication files │── assets/ # CSS, JS, Images │── database/ # Database connection files │── README.md # Project documentation
- Clone the repository:
git clone https://github.com/your-repo-url.git
- Import the database (SQL file) into MySQL.
- Configure the database connection in config.php.
- Start the PHP development server:
php -S localhost:8000
- Open http://localhost:8000 in your browser.