Repository::offsetGet()

mixed offsetGet(string $key) Get a configuration option. Parameters string $key Return Value mixed

IronQueue::__construct()

void __construct(IronMQ $iron, Request $request, string $default, bool $shouldEncrypt = false) Create a new IronMQ queue instance. Parameters IronMQ $iron Request $request string $default bool $shouldEncrypt Return Value void

ClosureCommand::confirm()

bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool

ServeCommand

ServeCommand class ServeCommand extends Command (View source) Methods void __construct() Create a new console command instance. from Command int run(InputInterface $input, OutputInterface $output) Run the console command. from Command int call(string $command, array $arguments = array()) Call another console command. from Command int callSilent(string $command, array $arguments = array()) Call another console command silently. from Command bool hasArgument(string|int $name

BelongsToMany::newPivotStatementForId()

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

JobMakeCommand::askWithCompletion()

string askWithCompletion(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string

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

MailMakeCommand::option()

string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array