Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

sladda's avatar

changed app:name -> Exception

Hi all, I need your help: I changed the application namespace with

php artisan app:name myNS

And now I get this Exception:

Fatal error: Uncaught ReflectionException: Class \Http\Kernel does not exist in \vendor\laravel\framework\src\Illuminate\Container\Container.php on line 767

How can I revert this? Thank you!

0 likes
1 reply
sladda's avatar

ok I got it, made a search and replace in all files with myNS -> App and now its working again....

Please or to participate in this conversation.