When you change your app name you need to update your namespaces.
"App\Providers\AppServiceProvider" is going to be "Task4It\Providers\AppServiceProvider"
Thanks for your quick reply. Tha namesapce in AppServiceProvider was correct, the problem was that I had previously ran php artisan config:cache
and the file bootstrap/app/config.php still had references to the old namespace. With that fixed, everything works well.
Thanks a lot for your help again.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community