function
Global
/
cookie
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
cookie
cookie ( ) : CookieJar |Symfony\...\Cookie
Create a new cookie instance.
Parameters
- $name string|null
- $value string|null
- $minutes int
- $path string|null
- $domain string|null
- $secure bool|null
- $httpOnly bool
- $raw bool
- $sameSite string|null