Guard::getSession()

Store getSession() Get the session store used by the guard. Return Value Store

JoinClause::whereNotIn()

Builder|Builder whereNotIn(string $column, mixed $values, string $boolean = 'and') Add a "where not in" clause to the query. Parameters string $column mixed $values string $boolean Return Value Builder|Builder

ArrayableInterface

ArrayableInterface interface ArrayableInterface (View source) Methods array toArray() Get the instance as an array.

TestMakeCommand::choice()

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

SqlServerGrammar::compileSelect()

string compileSelect(Builder $query) Compile a select query into SQL. Parameters Builder $query Return Value string

MorphToMany::findOrFail()

Model|Collection findOrFail(mixed $id, array $columns = array('*')) Find a related model by its primary key or throw an exception. Parameters mixed $id array $columns Return Value Model|Collection Exceptions ModelNotFoundException

HandleQueuedMessage::__construct()

void __construct(string $view, array $data, Closure $callback) Create a new job instance. Parameters string $view array $data Closure $callback Return Value void

ChannelManager::sendNow()

void sendNow(Collection|array|mixed $notifiables, mixed $notification, array $channels = null) Send the given notification immediately. Parameters Collection|array|mixed $notifiables mixed $notification array $channels Return Value void

User::created()

static void created(Closure|string $callback, int $priority) Register a created model event with the dispatcher. Parameters Closure|string $callback int $priority Return Value void

BelongsToMany::morphMap()

static array morphMap(array $map = null, bool $merge = true) Set or get the morph map for polymorphic relations. Parameters array $map bool $merge Return Value array