School Management System is a web application made with Laravel. This system aids in maintaining information regarding teachers, students and other components. School and universities can use this type of system to manage information systematically.
You can download this project and also make changes in the system to make it even better. School Management System can provide a lot of help to beginner laravel developers to enhance their skills and knowledge regarding laravel.
Features of School Management System:
- Register school, teacher, student and other components.
- Attendance management of each class
- Role based UI
- View Attendance history
Snapshots of system



Installation Process
git clone https://github.com/sanz/laravel-school-management-system.git
cd laravel-school-management-system
composer install
npm install
cp .env.example .env
php artisan key:generate
php artisan migrate
php artisan db:seed
php artisan serve
Alternatively, you can download project from here.
Enjoy learning and coding 🙂 and also be sure to check out our other projects as well.
its perfect but doesn’t have Grading system
what email/username and password for login to dashboard ?
What is default password of admin
Hi, I am not able to run this. It keeps giving me (include_path=’.;C:\php\pear’) in Unknown on line 0
that error. Please help.
How to run on php 8
change this in composer .json
“require”: {
“php”: “^8.0.6”,
“fideloper/proxy”: “^4.0”,
“fruitcake/laravel-cors”: “^2.0”,
“laravel/framework”: “^8.0”,
“laravel/tinker”: “^2.0”,
“laravel/ui”: “3.3.0”,
“spatie/laravel-permission”: “^3.16”
},
and run composer update
To test application the database is seeding with users :
Admin : email = [email protected], password = 12345678 and Role: Admin
Teacher : email = [email protected], password = 12345678 and Role: Teacher
Parent : email = [email protected], password = 12345678 and Role: Parent
Student : email = [email protected], password = 12345678 and Role: Student
can you please share its database making full procedure here kindly
hi can you give me your database for me to run the demo properly. I apprecite it if you can email me the database. Thank you very much for your help.
Hello, I installed it but it is giving me 500 server error
any suggestions?