PostgresBuilder::__construct()

void __construct(Connection $connection) Create a new database Schema manager. Parameters Connection $connection Return Value void

StatefulGuard::setUser()

void setUser(Authenticatable $user) Set the current user. Parameters Authenticatable $user Return Value void

ViewPublishCommand::choice()

bool 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 bool

DatabaseQueue::release()

mixed release(string $queue, StdClass $job, int $delay) Release a reserved job back onto the queue. Parameters string $queue StdClass $job int $delay Return Value mixed

JoinClause::lock()

$this lock(bool $value = true) Lock the selected rows in the table. Parameters bool $value Return Value $this

Cookie

Illuminate\Cookie Classes CookieJar CookieServiceProvider Guard Queue

MySqlGrammar::compileCreate()

string compileCreate(Blueprint $blueprint, Fluent $command, Connection $connection) Compile a create table command. Parameters Blueprint $blueprint Fluent $command Connection $connection Return Value string

Builder::rightJoin()

Builder|Builder rightJoin(string $table, string $first, string $operator = null, string $second = null) Add a right join to the query. Parameters string $table string $first string $operator string $second Return Value Builder|Builder

MigrateCommand::ask()

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

RedisStore::forever()

void forever(string $key, mixed $value) Store an item in the cache indefinitely. Parameters string $key mixed $value Return Value void