This is a simple Multilevel authentication system using laravel v5.4
Here i've added the guard for the admin user and the normal user, crated the controllers and a route to both views.
Next i'll add different logins for the two types of users.
Take a close look at the migrations, Admin Model, /config/auth.php and the AdminController to see how i've added the guard.
The Laravel framework is open-sourced software licensed under the MIT license.