/Laravel_Educational_Management_Application

I have developed a school management system web application on laravel for one of my freelancing clients. It has four different authentication panels. In this application have an admin panel, a student panel, a teacher panel and a parents panel as per client requirement. These make school management work easy and fast.

Laravel_Educational_Management_Application

warring: make sure you have composer pre installed in your system before going further steps. also create a database with name school_managment in your phpmyadmin. Laravel Based Educational Managment System With Admin Student Parents Teacher Panel
Step 1:- Unzip The folder
Step 2:- Open Cmd command port
Step 3:- Go to the school_management directory location.
Step 4:- Enter This command
php artisan serve
Now Press Enter
step 5:- Now migrate all table using command
php artisan migrate
Now you have complete all process and visit this link
http://127.0.0.1:8000
Happy Coding :)