**This School Management System is developed for educational institutions like schools built on Laravel 8
There are 4 types of user accounts. They include:
Administrators (Super Admin & Admin)
- Student
- Teacher/Employee
Requirements
Check Laravel 8 Requirements https://laravel.com/docs/8.x
Installation
- Clone the repo to your local machine
- Install dependencies (composer install)
- Set Database Credentials & App Settings in dotenv file (.env)
- Create new app key
- Migrate Database (php artisan migrate)
Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.
In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.
If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via taylor@laravel.com. All security vulnerabilities will be promptly addressed.
The Laravel framework is open-sourced software licensed under the MIT license.