static array morphMap(array $map = null, bool $merge = true) Set or get the morph map for polymorphic relations. Parameters array $map bool $merge Return Value array
Collection whereIn(string $key, mixed $values, bool $strict = false) Filter items by the given key value pair. Parameters string $key mixed $values bool $strict Return Value Collection
void fire() Execute the console command. Return Value void
int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int
string relatedUpdatedAt() Get the name of the related model's "updated at" column. Return Value string
Gate forUser(Authenticatable|mixed $user) Get a gate instance for the given user. Parameters Authenticatable|mixed $user Return Value Gate
static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. Parameters string $provider string $group Return Value array
Builder newPivotStatementForId(mixed $id) Get a new pivot statement for a given "other" ID. Parameters mixed $id Return Value Builder
Grammar getSchemaGrammar() Get the schema grammar used by the connection. Return Value Grammar
string secret(string $question, bool $fallback = true) Prompt the user for input but hide the answer from the console. Parameters string $question bool $fallback Return Value string
Page 843 of 996