HasDatabaseNotifications::unreadNotifications()

unreadNotifications() Get the entity's unread notifications.

RefreshCommand::askWithCompletion()

string askWithCompletion(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string

User::forceCreate()

static Model forceCreate(array $attributes) Save a new model and return the instance. Allow mass-assignment. Parameters array $attributes Return Value Model

ResponseFactory::redirectToAction()

RedirectResponse redirectToAction(string $action, array $parameters = array(), int $status = 302, array $headers = array()) Create a new redirect response to a controller action. Parameters string $action array $parameters int $status array $headers Return Value RedirectResponse

ConsoleServiceProvider::pathsToPublish()

static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. Parameters string $provider string $group Return Value array

DatabaseNotification::relationsToArray()

array relationsToArray() Get the model's relationships in array form. Return Value array

Arr::first()

static mixed first(array $array, callable $callback = null, mixed $default = null) Return the first element in an array passing a given truth test. Parameters array $array callable $callback mixed $default Return Value mixed

GenericUser::getAuthIdentifier()

mixed getAuthIdentifier() Get the unique identifier for the user. Return Value mixed

MySqlGrammar

MySqlGrammar class MySqlGrammar extends Grammar (View source) Methods array wrapArray(array $values) Wrap an array of values. from Grammar string wrapTable(Expression|string $table) Wrap a table in keyword identifiers. from Grammar string wrap(Expression|string $value, bool $prefixAlias = false) Wrap a value in keyword identifiers. from Grammar string columnize(array $columns) Convert an array of column names into a delimited string. from Grammar string parameterize(array

User::getQualifiedKeyName()

string getQualifiedKeyName() Get the table qualified key name. Return Value string