Builder when(bool $value, Closure $callback, Closure $default = null) Apply the callback's query changes if the given "value" is true. Parameters bool $value Closure $callback Closure $default Return Value Builder
Illuminate\Contracts\Encryption Classes DecryptException
void register() Register the service provider. Return Value void
Builder getQuery() Get the underlying query for the relation. Return Value Builder
int total() Determine the total number of items in the data store. Return Value int
mixed push(string $job, mixed $data = '', string $queue = null) Push a new job onto the queue. Parameters string $job mixed $data string $queue Return Value mixed
void __construct(Application $app) Create a new service provider instance. Parameters Application $app Return Value void
$this greeting(string $greeting) Set the greeting of the notification. Parameters string $greeting Return Value $this
$this cookie(Cookie|mixed $cookie) Add a cookie to the response. Parameters Cookie|mixed $cookie Return Value $this
void put(string $key, mixed $value, DateTime|float|int $minutes = null) Store an item in the cache. Parameters string $key mixed $value DateTime|float|int $minutes Return Value void
Page 956 of 996