InteractsWithConsole trait InteractsWithConsole (View source) Methods int artisan(string $command, array $parameters = array()) Call artisan command and return code.
bool matches(Crawler|string $crawler) Check if the element is found in the given crawler. Parameters Crawler|string $crawler Return Value bool
void setRequestOnHandler(Request $request) Set the request on the handler instance. Parameters Request $request Return Value void
array getOperators() Get the grammar specific operators. Return Value array
bool forget(string $key) Remove an item from the cache. Parameters string $key Return Value bool
void info(string $string) Write a string as information output. Parameters string $string Return Value void
void setLaravel(Container $laravel) Set the Laravel application instance. Parameters Container $laravel Return Value void
void table(array $headers, Arrayable|array $rows, string $style = 'default') Format input to textual table. Parameters array $headers Arrayable|array $rows string $style Return Value void
Application getLaravel() Get the Laravel application instance. Return Value Application
Page 116 of 996