interface
Illuminate
/
Contracts
/
Console
/
Application
You are viewing an older version of the documentation. For the latest, please visit master documentation.
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.