CookieServiceProvider::when()
  • References/PHP/Laravel/Cookie

array when() Get the events that trigger this service provider to register

2025-01-10 15:47:30
CookieJar::forever()
  • References/PHP/Laravel/Cookie

Cookie forever(string $name, string $value, string $path = null, string $domain = null, bool $secure = false, bool $httpOnly = true)

2025-01-10 15:47:30
Guard::handle()
  • References/PHP/Laravel/Cookie

Response handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true)

2025-01-10 15:47:30
CookieJar::setDefaultPathAndDomain()
  • References/PHP/Laravel/Cookie

$this setDefaultPathAndDomain(string $path, string $domain, bool $secure = false)

2025-01-10 15:47:30
CookieServiceProvider::provides()
  • References/PHP/Laravel/Cookie

array provides() Get the services provided by the provider.

2025-01-10 15:47:30
EncryptCookies::disableFor()
  • References/PHP/Laravel/Cookie/Middleware

void disableFor(string|array $cookieName) Disable encryption for the given

2025-01-10 15:47:30
AddQueuedCookiesToResponse
  • References/PHP/Laravel/Cookie/Middleware

AddQueuedCookiesToResponse class AddQueuedCookiesToResponse (

2025-01-10 15:47:30
CookieJar::hasQueued()
  • References/PHP/Laravel/Cookie

bool hasQueued(string $key) Determine if a cookie has been queued.

2025-01-10 15:47:30
CookieServiceProvider::__construct()
  • References/PHP/Laravel/Cookie

void __construct(Application $app)

2025-01-10 15:47:30
AddQueuedCookiesToResponse::__construct()
  • References/PHP/Laravel/Cookie/Middleware

void __construct(QueueingFactory $cookies)

2025-01-10 15:47:30