Closed emaldonadov closed 9 years ago
change the model in the auth.php config to Modelos\Seguridad\User
Thank you very much memtoko! I applied your suggestion but now I'm getting this error.
Any advice?
Thanks in advance,
Ernesto
maybe you forgot to add route for POST action?
@emaldonadov that indeed looks like a route problem. You forgot to define it.
Thanks @memtoko. Closing.
Gentlemen:
I'm getting de following error when I'm trying to authenticate a user (when calling Auth::attempt() in Controller):
Doctrine\Common\Persistence\Mapping\MappingException Class 'User' does not exist
I did everything you explain in the documentation, but I'm stuck with this error.
Can you help me, please?
Thanks in advance,
Ernesto