LSM System is a simple role based school management system.
git clone https://github.com/parvez-git/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
spatie/laravel-permission
To test application the database is seeding with users :
- Admin : email = admin@demo.com, password = 12345678 and Role: Admin
- Teacher : email = teacher@demo.com, password = 12345678 and Role: Teacher
- Parent : email = parent@demo.com, password = 12345678 and Role: Parent
- Student : email = student@demo.com, password = 12345678 and Role: Student