mtvbrianking / multi-auth

Laravel Multi-Authentication Package
https://github.com/mtvbrianking/multi-auth-diy
MIT License
179 stars 25 forks source link

MultiAuthServiceProvides NotFound. #6

Closed dhsananias closed 6 years ago

dhsananias commented 6 years ago

How can i sold this?

image

mtvbrianking commented 6 years ago

I changed the service provider path way back in v1.1.0 to much the popular Laravel packages' directory structure and setup.

if you compare the branches v1.0.3 vs v1.1.0 you will see this change

Have you tried composer dump-autoload or composer clear-cache

If you registered the service provider manually in config/app.php just update it as below

image

image

dhsananias commented 6 years ago

How can i solve this problem? Composer Update? but it doesnt work...

mtvbrianking commented 6 years ago

Try to clear cache like...

php artisan cache:clear && php artisan config:clear && composer dump-autoload -o

Also can you find any references of Bmatovu\MultiAuth\Providers\MultiAuthServiceProvider in you're project?