Closed dhsananias closed 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
How can i solve this problem? Composer Update? but it doesnt work...
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?
How can i sold this?