Tayyibyasin7860 / School-Management-System

A Laravel 6 based, Multi-tanent School Management System with database migrations which can be used for multiple schools at a time. There are three users: Super Admin, School Admin and Student. Moreover Laravel-Backpack is used to build Admin Panel. Live demo here:
http://sms.scriptbaker.com/
64 stars 36 forks source link

super admin sign up #8

Closed Tayyibyasin7860 closed 4 years ago

Tayyibyasin7860 commented 4 years ago

when an admin is sign up then he is assigned role of school-admin as defualt. so a way is needed to register super admin without touching code.

Tayyibyasin7860 commented 4 years ago

added checks for super admin roles exist, then conditions for having a already a super admin etc. Closing the issue because it seems that it is FIXED.