Authenticating: Guard Customization

Is used to authenticate and register users.

Use Illuminate\Support\Facades\Auth;

protected function guard()
{
    return Auth::guard('guard-name');
}

Authenticating: Guard Customization — Structure map

Clickable & Draggable!

Authenticating: Guard Customization — Related pages: