ollieread / multiauth

Laravel multi auth
441 stars 109 forks source link

Auth:extend with MultiAuth? #120

Closed jamesh38 closed 5 years ago

jamesh38 commented 6 years ago

Using laravel 4 how can I implement this while keeping my custom auth provider that I set in global using Auth::extend ?

I've successfully installed and configured but when I set the user.driver to my auth driver it is not using it.