JoinClause::skip()

Builder|Builder skip(int $value) Alias to set the "offset" value of the query. Parameters int $value Return Value Builder|Builder

Gate::check()

bool check(string $ability, array|mixed $arguments = array()) Determine if the given ability should be granted for the current user. Parameters string $ability array|mixed $arguments Return Value bool

MailMessage::level()

$this level(string $level) Set the "level" of the notification (success, error, etc.). Parameters string $level Return Value $this

Builder::getBindings()

array getBindings() Get the current query value bindings in a flattened array. Return Value array

SqsQueue::push()

mixed push(string $job, mixed $data = '', string $queue = null) Push a new job onto the queue. Parameters string $job mixed $data string $queue Return Value mixed

DatabaseStore::increment()

int|bool increment(string $key, mixed $value = 1) Increment the value of an item in the cache. Parameters string $key mixed $value Return Value int|bool

Message::cc()

$this cc(string|array $address, string|null $name = null) Add a carbon copy to the message. Parameters string|array $address string|null $name Return Value $this

ListenerMakeCommand::ask()

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

BusFake::hasDispatched()

bool hasDispatched(string $command) Determine if there are any stored commands for a given class. Parameters string $command Return Value bool

ConnectionResolverInterface::setDefaultConnection()

void setDefaultConnection(string $name) Set the default connection name. Parameters string $name Return Value void