ollieread / multiauth

Laravel multi auth
441 stars 109 forks source link

Problem configuring Multi Auth #37

Closed pssdn closed 10 years ago

pssdn commented 10 years ago

Hi Ollie.

I posted a question about Multi Auth configuration at Stack Overflow. Could you take a look, please?

http://stackoverflow.com/questions/23809871/laravel-multi-auth-set-up-issue

ollieread commented 10 years ago

Sure, will do.

ollieread commented 10 years ago

Could you post an example of your config on the question please.

mikkezavala commented 10 years ago

It happend to me, try to register the service provider (replace the Laravel One) captura de pantalla 2014-05-23 a la s 18 45 36 and run composer dump-autoload -o && php artisan dump-autoload

pssdn commented 10 years ago

First of all, thank you ollieread for your response.

I was involved with this project and did not pay attention to this issue. I went back to the beggining of the process, reconfigured my app to use multiauth and it works! As mikkezavala says, I changed the right files and got this working now.

Congratulations for this job, it is awesome and in my opnion, should be part of laravel's core.