QueueingFactory::make()

Cookie make(string $name, string $value, int $minutes, string $path = null, string $domain = null, bool $secure = false, bool $httpOnly = true) Create a new cookie instance. Parameters string $name string $value int $minutes string $path string $domain bool $secure bool $httpOnly Return Value Cookie

RedisQueue

RedisQueue class RedisQueue extends Queue implements Queue (View source) Methods mixed pushOn(string $queue, string $job, mixed $data = '') Push a new job onto the queue. from Queue mixed laterOn(string $queue, DateTime|int $delay, string $job, mixed $data = '') Push a new job onto the queue after a delay. from Queue mixed bulk(array $jobs, mixed $data = '', string $queue = null) Push an array of jobs onto the queue. from Queue void setContainer(Container $container) Set the I

BelongsToMany::getHasCompareKey()

string getHasCompareKey() Get the key for comparing against the parent key in "has" query. Return Value string

MorphOneOrMany::saveMany()

Traversable|array saveMany(Traversable|array $models) Attach a collection of models to the parent instance. Parameters Traversable|array $models Return Value Traversable|array

Authenticatable::getAuthPassword()

string getAuthPassword() Get the password for the user. Return Value string

SqlServerGrammar::wrapTable()

string wrapTable(Expression|string $table) Wrap a table in keyword identifiers. Parameters Expression|string $table Return Value string

ConnectionInterface::unprepared()

bool unprepared(string $query) Run a raw, unprepared query against the PDO connection. Parameters string $query Return Value bool

ProviderMakeCommand::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

ClearCommand::option()

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

ConfigPublishCommand::getOutput()

OutputInterface getOutput() Get the output implementation. Return Value OutputInterface