mitchellvanw / laravel-doctrine

NO LONGER MAINTAINED! A Doctrine 2 implementation that melts with Laravel
MIT License
187 stars 74 forks source link

Auth Problem #96

Closed wruizcanal closed 7 years ago

wruizcanal commented 9 years ago

Hello: I have a problem when trying to login. I can create the user using "EntityManager" but when I insert credentials and call the method "Auth :: Attempt (array ('username' => $ username, 'password' => $ password), true)" gives me an error:

Doctrine \ Common \ Persistence \ Mapping \ MappingException Class '' does not exist

I followed all the steps in the wiki but not what happens.

mitchellvanw commented 9 years ago

A couple of questions:

wruizcanal commented 9 years ago

This is te proy: https://my.pcloud.com/publink/show?code=XZG3nkZGtqiNQLzCKbdFOWeUdIbqucIWQPy

mitchellvanw commented 7 years ago

Closing because project is no longer maintained. Thanks.