app/Http/Controllers/ directory. In this section we will create our own controllers to add functionality to our admin panel.
To configure your controllers, you need to look at the controllers key in the shopper/system.php configuration file.
app/Http/Controllers/Shopper folder.
But you can change this namespace, you can change it for example to load them into a CPanel folder. For this your configuration should look like this
Create Controller
You can create a controller using the following laravel command, which will generate a class in theApp\Http\Controllers\Shopper namespace.