Level 104
The namespace must not have updated somewhere in the project. Search for App\Providers and change App to YourAppName
1 like
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hello! After running the following artisan comand
php artisan app:name YourAppName
I now get the following error,
[Symfony\Component\Debug\Exception\FatalThrowableError]
Class 'App\Providers\AppServiceProvider' not found
How do I fix it?
Thanks in advance?
Please or to participate in this conversation.