Pivot::getGlobalScope()

static Scope|Closure|null getGlobalScope(Scope|string $scope) Get a global scope registered with the model. Parameters Scope|string $scope Return Value Scope|Closure|null

RemindersControllerCommand::getLaravel()

Application getLaravel() Get the Laravel application instance. Return Value Application

DatabaseNotification::updating()

static void updating(Closure|string $callback, int $priority) Register an updating model event with the dispatcher. Parameters Closure|string $callback int $priority Return Value void

CommandMakeCommand::call()

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

DatabaseNotification::create()

static Model create(array $attributes = array()) Save a new model and return the instance. Parameters array $attributes Return Value Model

DatabaseSessionHandler::setExists()

SessionHandlerInterface setExists(bool $value) Set the existence state for the session. Parameters bool $value Return Value SessionHandlerInterface

OptimizeCommand::getLaravel()

Application getLaravel() Get the Laravel application instance. Return Value Application

RouteCacheCommand::choice()

string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null) Give the user a single choice from an array of answers. Parameters string $question array $choices string $default mixed $attempts bool $multiple Return Value string

Builder::getRelation()

Relation getRelation(string $name) Get the relation instance for the given relation name. Parameters string $name Return Value Relation

ViewServiceProvider::provides()

array provides() Get the services provided by the provider. Return Value array