interface
Illuminate
/
Contracts
/
Console
/
Application
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
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.