I’ve been working with Laravel 11 and decided to change the default namespace (“App”) to a custom one (“Aggp”). I made the necessary adjustments in the composer file and updated all existing files accordingly. The application is functioning smoothly with the custom namespace.
However, I’ve encountered an issue where the codes generated through artisan commands still use the default namespace. I’ve searched extensively but couldn’t find a solution to change this setting.
I’d greatly appreciate any help or advice on how to resolve this matter.