Skip to content

muvatech/Laravel-5.4-Multiple-Authentication-System

Repository files navigation

Laravel 5.4 Multiple Authentication System

Creating Laravel Multiple Authentication System Using Default Authentication System in Laravel 5.4

In this tutorial we are going to build multiple authentications system in Laravel 5.4 without using packages. We are going to build this system in a simple, clean and in a way that is natural to Laravel, we will be extending what we do when we run this command: php artisan make:auth

We have created an eight part tutorial series, here are the topics that we are going to learn in order to complete the series:

  1. Part I: Creating Laravel Multiple Authentication System Using Default Authentication System in Laravel 5.4
  2. Part II: Creating Our Admin Model and Admin Guard for Our Multiple Authentication System in Laravel 5.4
  3. Part III: Creating Admin Routes and Controller for our Multi- Auth System
  4. Part IV: How to login Admins in laravel 5.4 Mult-Auth-System
  5. Part V: Testing and Configuring our Mult-Auth-System in Laravel 5.4
  6. Part VI: Tweaking the middleware to properly redirect user to the intended view in Laravel 5.4
  7. Part VII: Logging Out with Multiple User Authentication System in Laravel 5.4
  8. Part VIII: Password Reset in our Multiple Authentication System for Laravel 5.4

Conclusion

We hope that this tutorial has given you a perspective of how to implement multiple authentication system in Laravel 5.4 and now you can create your guard.

Releases

No releases published

Packages

No packages published

Languages