Posts by Vinícius Chaves de Andrade • 19 points
1 post
-
1
votes2
answers952
viewsA: Authentication with two different tables
I believe it is the case to create a new Auth class Illuminate\Auth\Guard and some Facades, to replicate the Auth component. Then you would, for example, an authentication using Auth::attempt() and…