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
Hi, Iam using Laravel 5.1 and their Auth component. But after login, i still have Guest as user in UserPanel. When i have tried find, where problem is. I figured out, that $auth->user() return Exception
"ReflectionException #-1,Class hash does not exist". It looks like, that Laravel Hasher isnt initialized.
The text was updated successfully, but these errors were encountered:
Hi, Iam using Laravel 5.1 and their Auth component. But after login, i still have Guest as user in UserPanel. When i have tried find, where problem is. I figured out, that $auth->user() return Exception
"ReflectionException #-1,Class hash does not exist". It looks like, that Laravel Hasher isnt initialized.
The text was updated successfully, but these errors were encountered: