Laravel\Lumen\Console\Kernel::queue PHP Method

queue() public method

Queue the given console command.
public queue ( string $command, array $parameters = [] ) : void
$command string
$parameters array
return void
    public function queue($command, array $parameters = [])
    {
        throw new RuntimeException('Queueing Artisan commands is not supported by Lumen.');
    }