$this post(string $uri, array $data = array(), array $headers = array()) Visit the given URI with a POST request. Parameters string $uri array $data array $headers Return Value $this
void line(string $string) Write a string as standard output. Parameters string $string Return Value void
array toArray() Convert the model instance to an array. Return Value array
Application getLaravel() Get the Laravel application instance. Return Value Application
static mixed getFacadeRoot() Get the root object behind the facade. Return Value mixed
string askWithCompletion(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string
Pheanstalk getPheanstalk() Get the underlying Pheanstalk instance. Return Value Pheanstalk
Builder table(string $table) Begin a fluent query against a database table. Parameters string $table Return Value Builder
array select(string $query, array $bindings = array(), bool $useReadPdo = true) Run a select statement against the database. Parameters string $query array $bindings bool $useReadPdo Return Value array
int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int
Page 17 of 996