class MyCommand extends Command { /** * The name and signature of the console command. * * @var string */ protected $signature = 'my:command'; } php artisan my:command