This is a simple School Management System (SMS) using laravel framework.
The system covers the following sections:
- Students Management
- Staff Management
- School Fees Management
- Examination Management
- Class Promotion Management
- Parent Management
After downloading and extracting the project files, do the following:
- rename the .env.example file to .env and change the value in the file to suit your system
- run composer install
- run php artisan key:generate
- run php artisan migrate
- run php artisan serve