Model::fresh()

Model|null fresh(array|string $with = array()) Reload a fresh model instance from the database. Parameters array|string $with Return Value Model|null

Validator::getMessageBag()

MessageBag getMessageBag() Get the messages for the instance. Return Value MessageBag

NotificationFailed

NotificationFailed class NotificationFailed (View source) Properties mixed $notifiable The notifiable entity who received the notification. Notification $notification The notification instance. string $channel The channel name. array $data The data needed to process this failure.

RefreshCommand::ask()

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

RedisServiceProvider::isDeferred()

bool isDeferred() Determine if the provider is deferred. Return Value bool

KeyWritten

KeyWritten class KeyWritten (View source) Properties string $key The key that was written. mixed $value The value that was written. int $minutes The number of minutes the key should be valid. array $tags The tags that were assigned to the key.

ConnectorInterface

ConnectorInterface interface ConnectorInterface (View source) Methods PDO connect(array $config) Establish a database connection.

RedirectResponse::setSession()

void setSession(Store $session) Set the session store implementation. Parameters Store $session Return Value void

DatabaseUserProvider::retrieveById()

Authenticatable|null retrieveById(mixed $identifier) Retrieve a user by their unique identifier. Parameters mixed $identifier Return Value Authenticatable|null

SqlServerGrammar::wrap()

string wrap(Expression|string $value, bool $prefixAlias = false) Wrap a value in keyword identifiers. Parameters Expression|string $value bool $prefixAlias Return Value string