Relative Content

Tag Archive for phplaravelnamespaceslaravel-artisan

Custom Namespace in Laravel 11: Issue with Artisan Commands

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.