CacheMissed class CacheMissed (View source) Properties string $key The key that was missed. array $tags The tags that were assigned to the key.
SessionGuard class SessionGuard implements StatefulGuard, SupportsBasicAuth (View source) Traits GuardHelpers These methods are typically the same across all guards.
array glob(string $pattern, int $flags) Find path names matching a given pattern. Parameters string $pattern int $flags Return Value array
static mixed __callStatic(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException
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 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.
Builder|Model newEloquentBuilder(Builder $query) Create a new Eloquent query builder for the model. Parameters Builder $query Return Value Builder|Model
void keep(array|mixed $keys = null) Reflash a subset of the current flash data. Parameters array|mixed $keys Return Value void
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
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
Page 710 of 996