void setLaravel(Application $laravel) Set the Laravel application instance. Parameters Application $laravel Return Value void
mixed __get(string $key) Dynamically retrieve attributes on the model. Parameters string $key Return Value mixed
string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array
array when() Get the events that trigger this service provider to register. Return Value array
bool isLocal() Determine if application is in local environment. Return Value bool
$this seeIsSelected(string $selector, string $value, bool $negate = false) Assert that the expected value is selected. Parameters string $selector string $value bool $negate Return Value $this
static void defaultView(string $view) Set the default pagination view. Parameters string $view Return Value void
int count() Get the number of messages in the default bag. Return Value int
int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int
void fire() Execute the console command. Return Value void
Page 170 of 996