You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Was having an issue where I ended up back on the home screen after creating a user. In controllers/user.php, I changed Auth::login($user); to Auth::login($user->id); and it works fine now.
Was having an issue where I ended up back on the home screen after creating a user. In controllers/user.php, I changed Auth::login($user); to Auth::login($user->id); and it works fine now.