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
static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. Parameters string $provider string $group Return Value array
int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int
bool hasArgument(string|int $name) Determine if the given argument is present. Parameters string|int $name Return Value bool
Expression raw(mixed $value) Get a new raw query expression. Parameters mixed $value Return Value Expression
string toJson(int $options) Convert the object to its JSON representation. Parameters int $options Return Value string
bool statement(string $query, array $bindings = array()) Execute an SQL statement and return the boolean result. Parameters string $query array $bindings Return Value bool
static void unguard(bool $state = true) Disable all mass assignable restrictions. Parameters bool $state Return Value void
void substituteImplicitBindings(Route $route) Substitute the implicit Eloquent model bindings for the route. Parameters Route $route Return Value void
mixed|null median(null $key = null) Get the median of a given key. Parameters null $key Return Value mixed|null
Page 957 of 996