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
Job|null pop(string $queue = null) Pop the next job off of the queue. Parameters string $queue Return Value Job|null
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
void setLaravel(Container $laravel) Set the Laravel application instance. Parameters Container $laravel Return Value void
string render(Presenter $presenter = null) Render the paginator using a given Presenter. Parameters Presenter $presenter Return Value string
$this append(array|string $attributes) Append attributes to query when building a query. Parameters array|string $attributes Return Value $this
void forever(string $key, mixed $value) Store an item in the cache indefinitely. Parameters string $key mixed $value Return Value void
__construct(array $credentials, bool $remember, bool $login) Create a new event instance. Parameters array $credentials bool $remember bool $login
$this forceFill(array $attributes) Fill the model with an array of attributes. Force mass assignment. Parameters array $attributes Return Value $this
string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string
Page 965 of 996