Hello @adrian7 ,
are you in the right namespace with Commands\AppClientGetCommand::class, ??
For me this would be right:
protected $commands = [
\App\Console\Commands\AppClientGetCommand::class,
\App\Console\Commands\KeyGenerateCommand::class,
\App\Console\Commands\InspireCommand::class
];
I thought of the Laravel 5.1 aspect. Is Lumen different in Namespaces?