School Management System – Laravel 7

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

Student Management System
Role
Create Section

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.

10 thoughts on “School Management System – Laravel 7”

    • 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

      Reply
  1. 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.

    Reply

Leave a Comment