Search code examples
laravellaravel-5.3

Multi authentication in Laravel 5.3


How I do I implement multiple authentication in laravel 5.3. There is a package I used in laravel 5.2 called "sarav/laravel-multiauth" but according to the vendor, it does'nt work for 5.3. Is there any similar package i can easily use to implement multi auth where i can have admin and user guard() with different models?


Solution

  • I finally used sonars/multi-auth and i got exactly what I wanted