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
Collection getRelatedIds() Get all of the IDs for the related models. Return Value Collection
mixed pushRaw(string $payload, string $queue = null, array $options = array()) Push a raw payload onto the queue. Parameters string $payload string $queue array $options Return Value mixed
string getRelationCountHash() Get a relationship join table hash. Return Value string
void fire() Execute the console command. Return Value void
static Collection hydrateRaw(string $query, array $bindings = array(), string|null $connection = null) Create a collection of models from a raw query. Parameters string $query array $bindings string|null $connection Return Value Collection
array failed() Get the failed validation rules. Return Value array
$this setModel(string $model, int|array $ids = array()) Set the affected Eloquent model and instance ids. Parameters string $model int|array $ids Return Value $this
Builder newQuery() Get a new query builder for the model's table. Return Value Builder
int delete(string $query, array $bindings = array()) Run a delete statement against the database. Parameters string $query array $bindings Return Value int
Page 95 of 996