Table of Contents
Introduction of School Management System
This project is a web application made with the help of the Laravel framework. This system aids in maintaining information regarding teachers, students, and other components. Schools and universities can use this type of system to manage information systematically.
You can download this project and make system changes to make it even better. This project can provide a lot of help to beginner Laravel developers to enhance their skills and knowledge regarding Laravel.
Project Features
- Register school, teacher, student, and other components.
- Attendance management of each class
- Role-based UI
- View Attendance History
Project Snapshots
Project 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 this project by clicking School Management System Project.
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
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?