Authenticatable

Authenticatable interface Authenticatable (View source) Methods string getAuthIdentifierName() Get the name of the unique identifier for the user. mixed getAuthIdentifier() Get the unique identifier for the user. string getAuthPassword() Get the password for the user. string getRememberToken() Get the token value for the "remember me" session. void setRememberToken(string $value) Set the token value for the "remember me" session. string getRememberTokenName() Get

BeanstalkdQueue::pop()

Job|null pop(string $queue = null) Pop the next job off of the queue. Parameters string $queue Return Value Job|null

Validator::each()

void each(string $attribute, string|array $rules) Define a set of rules that apply to each element in an array attribute. Parameters string $attribute string|array $rules Return Value void Exceptions InvalidArgumentException

ClearCompiledCommand::setLaravel()

void setLaravel(Container $laravel) Set the Laravel application instance. Parameters Container $laravel Return Value void

LengthAwarePaginator::render()

string render(Presenter $presenter = null) Render the paginator using a given Presenter. Parameters Presenter $presenter Return Value string

Pivot::append()

$this append(array|string $attributes) Append attributes to query when building a query. Parameters array|string $attributes Return Value $this

StoreInterface::forever()

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

Attempting::__construct()

__construct(array $credentials, bool $remember, bool $login) Create a new event instance. Parameters array $credentials bool $remember bool $login

Model::forceFill()

$this forceFill(array $attributes) Fill the model with an array of attributes. Force mass assignment. Parameters array $attributes Return Value $this

KeyGenerateCommand::ask()

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