interface Illuminate / Contracts / Console / Application

Application

Methods

public

call ( $command , array $parameters , $outputBuffer ) : int

Run an Artisan console command by name.

Parameters

  • $command string
  • $parameters array
  • $outputBuffer Symfony\...\OutputInterface|null
public

output ( ) : string

Get the output from the last command.