trait InteractsWithConsole (View source)

Methods

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

Call artisan command and return code.

Details

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

Call artisan command and return code.

Parameters

string $command
array $parameters

Return Value

int