HasDatabaseNotifications

HasDatabaseNotifications trait HasDatabaseNotifications (View source) Methods notifications() Get the entity's notifications. readNotifications() Get the entity's read notifications. unreadNotifications() Get the entity's unread notifications.

Builder::whereRaw()

$this whereRaw(string $sql, mixed $bindings = array(), string $boolean = 'and') Add a raw where clause to the query. Parameters string $sql mixed $bindings string $boolean Return Value $this

RedisStore::putMany()

void putMany(array $values, float|int $minutes) Store multiple items in the cache for a given number of minutes. Parameters array $values float|int $minutes Return Value void

SeedCommand

SeedCommand class SeedCommand extends Command (View source) Traits ConfirmableTrait

CookieSessionHandler::write()

write($sessionId, $data) {@inheritdoc} Parameters $sessionId $data

NullFailedJobProvider::all()

array all() Get a list of all of the failed jobs. Return Value array

MigrationServiceProvider::__construct()

void __construct(Application $app) Create a new service provider instance. Parameters Application $app Return Value void

User::isDirty()

bool isDirty(array|string|null $attributes = null) Determine if the model or given attribute(s) have been modified. Parameters array|string|null $attributes Return Value bool

MorphTo::__call()

mixed __call(string $method, array $parameters) Handle dynamic method calls to the relationship. Parameters string $method array $parameters Return Value mixed

FormRequest::except()

array except(array|mixed $keys) Get all of the input except for a specified array of items. Parameters array|mixed $keys Return Value array