MorphToMany::morphMap()

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

DatabaseNotificationCollection::whereIn()

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

StatusCommand::fire()

void fire() Execute the console command. Return Value void

SubscribeCommand deprecated::callSilent()

int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int

MorphMany::relatedUpdatedAt()

string relatedUpdatedAt() Get the name of the related model's "updated at" column. Return Value string

Gate::forUser()

Gate forUser(Authenticatable|mixed $user) Get a gate instance for the given user. Parameters Authenticatable|mixed $user Return Value Gate

DatabaseServiceProvider::pathsToPublish()

static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. Parameters string $provider string $group Return Value array

MorphToMany::newPivotStatementForId()

Builder newPivotStatementForId(mixed $id) Get a new pivot statement for a given "other" ID. Parameters mixed $id Return Value Builder

PostgresConnection::getSchemaGrammar()

Grammar getSchemaGrammar() Get the schema grammar used by the connection. Return Value Grammar

MigrateMakeCommand::secret()

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