Cookie
class Cookie extends Facade (View source)
Methods
static
Application
getFacadeApplication()
Get the application instance behind the facade.
from Facade
static
mixed
__callStatic(
string $method,
array $args)
Handle dynamic, static calls to the object.
from Facade
static
bool
has(
string $key)
Determine if a cookie exists on the request.
static
string
get(
string $key = null,
mixed $default = null)
Retrieve a cookie from the request.
Details
at line line 28
static
string
get(
string $key = null,
mixed $default = null)
Retrieve a cookie from the request.