CacheMissed

CacheMissed class CacheMissed (View source) Properties string $key The key that was missed. array $tags The tags that were assigned to the key.

SessionGuard

SessionGuard class SessionGuard implements StatefulGuard, SupportsBasicAuth (View source) Traits GuardHelpers These methods are typically the same across all guards.

Filesystem::glob()

array glob(string $pattern, int $flags) Find path names matching a given pattern. Parameters string $pattern int $flags Return Value array

Router::__callStatic()

static mixed __callStatic(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException

FormRequest::cookie()

string|array cookie(string $key = null, string|array|null $default = null) Retrieve a cookie from the request. Parameters string $key string|array|null $default Return Value string|array

SlackWebhookChannel

SlackWebhookChannel class SlackWebhookChannel (View source) Methods void __construct(Client $http) Create a new Slack channel instance. ResponseInterface send(mixed $notifiable, Notification $notification) Send the given notification.

Model::newEloquentBuilder()

Builder|Model newEloquentBuilder(Builder $query) Create a new Eloquent query builder for the model. Parameters Builder $query Return Value Builder|Model

EncryptedStore::keep()

void keep(array|mixed $keys = null) Reflash a subset of the current flash data. Parameters array|mixed $keys Return Value void

SessionTableCommand::line()

void line(string $string, string $style = null, null|int|string $verbosity = null) Write a string as standard output. Parameters string $string string $style null|int|string $verbosity Return Value void

MorphToMany::withTimestamps()

BelongsToMany withTimestamps(mixed $createdAt = null, mixed $updatedAt = null) Specify that the pivot table has creation and update timestamps. Parameters mixed $createdAt mixed $updatedAt Return Value BelongsToMany