Gate::denies()

bool denies(string $ability, array|mixed $arguments = array()) Determine if the given ability should be denied for the current user. Parameters string $ability array|mixed $arguments Return Value bool

Builder::orWhere()

Builder|Builder orWhere(string|Closure $column, string $operator = null, mixed $value = null) Add an "or where" clause to the query. Parameters string|Closure $column string $operator mixed $value Return Value Builder|Builder

IronJob::release()

void release(int $delay) Release the job back into the queue. Parameters int $delay Return Value void

MorphOneOrMany::__call()

mixed __call(string $method, array $parameters) Handle dynamic method calls to the relationship. Parameters string $method array $parameters Return Value mixed

AuthServiceProvider::commands()

void commands(array|mixed $commands) Register the package's custom Artisan commands. Parameters array|mixed $commands Return Value void

Log::swap()

static void swap(mixed $instance) Hotswap the underlying instance behind the facade. Parameters mixed $instance Return Value void

FileViewFinder::getFilesystem()

Filesystem getFilesystem() Get the filesystem instance. Return Value Filesystem

IronJob::attempts()

int attempts() Get the number of times the job has been attempted. Return Value int

HasOne::getRelationCountQueryForSelfRelation()

Builder getRelationCountQueryForSelfRelation(Builder $query, Builder $parent) Add the constraints for a relationship count query on the same table. Parameters Builder $query Builder $parent Return Value Builder

Builder::eagerLoadRelations()

array eagerLoadRelations(array $models) Eager load the relationships for the models. Parameters array $models Return Value array