git clone https://github.com/moamahfouz/school_sys.git
cd school_sys
composer install
npm install
cp .env.example .env
php artisan key:generate
php artisan migrate
php artisan db:seed
php artisan serve
laravel-multiauth
Seeder :
- School : email = [email protected], password = [email protected]
- Teacher : email = [email protected], password = [email protected] and Role: Teacher
- Student : email = [email protected], password = [email protected]