SqsQueue::laterOn()

mixed laterOn(string $queue, DateTime|int $delay, string $job, mixed $data = '') Push a new job onto the queue after a delay. Parameters string $queue DateTime|int $delay string $job mixed $data Return Value mixed

MailFake::bcc()

MailableMailer bcc(mixed $users) Begin the process of mailing a mailable class instance. Parameters mixed $users Return Value MailableMailer

Mail::clearResolvedInstances()

static void clearResolvedInstances() Clear all of the resolved instances. Return Value void

Collection::last()

mixed last(callable $callback = null, mixed $default = null) Get the last item from the collection. Parameters callable $callback mixed $default Return Value mixed

SqlServerConnection::rollBack()

void rollBack() Rollback the active database transaction. Return Value void

PostgresConnection::selectFromWriteConnection()

array selectFromWriteConnection(string $query, array $bindings = array()) Run a select statement against the database. Parameters string $query array $bindings Return Value array

ChannelManager::__call()

mixed __call(string $method, array $parameters) Dynamically call the default driver instance. Parameters string $method array $parameters Return Value mixed

MakesHttpRequests::delete()

$this delete(string $uri, array $data = array(), array $headers = array()) Visit the given URI with a DELETE request. Parameters string $uri array $data array $headers Return Value $this

SQLiteGrammar::getTablePrefix()

string getTablePrefix() Get the grammar's table prefix. Return Value string

SqlServerGrammar::compileDropColumn()

string compileDropColumn(Blueprint $blueprint, Fluent $command) Compile a drop column command. Parameters Blueprint $blueprint Fluent $command Return Value string