User::relationLoaded()

bool relationLoaded(string $key) Determine if the given relation is loaded. Parameters string $key Return Value bool

Storage

Storage class Storage extends Facade (View source) Methods static void swap(mixed $instance) Hotswap the underlying instance behind the facade. from Facade static Expectation shouldReceive() Initiate a mock expectation on the facade. from Facade static mixed getFacadeRoot() Get the root object behind the facade. from Facade static void clearResolvedInstance(string $name) Clear a resolved facade instance. from Facade static void clearResolvedInstances() Clear all of the res

Builder::truncate()

void truncate() Run a truncate statement on the table. Return Value void

MorphOne::relatedUpdatedAt()

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

Guard::getProvider()

UserProvider getProvider() Get the user provider used by the guard. Return Value UserProvider

PasswordBrokerManager::__call()

mixed __call(string $method, array $parameters) Dynamically call the default driver instance. Parameters string $method array $parameters Return Value mixed

RedisTaggedCache::tags()

TaggedCache tags(array|mixed $names) Begin executing a new tags operation if the store supports it. Parameters array|mixed $names Return Value TaggedCache Exceptions BadMethodCallException

RefreshCommand::ask()

string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string

Container::bindIf()

void bindIf(string $abstract, Closure|string|null $concrete = null, bool $shared = false) Register a binding if it hasn't already been registered. Parameters string $abstract Closure|string|null $concrete bool $shared Return Value void

BelongsToMany::orWherePivotIn()

BelongsToMany orWherePivotIn(string $column, mixed $values) Set an "or where in" clause for a pivot table column. Parameters string $column mixed $values Return Value BelongsToMany