trait InteractsWithConsole (View source)

Methods

int
artisan( string $command, array $parameters = array())

Call artisan command and return code.

Details

at line line 23
int artisan( string $command, array $parameters = array())

Call artisan command and return code.

Parameters

string $command
array $parameters

Return Value

int