Download the PHP package dogado/laravel-cookie-manager without Composer
On this page you can find all versions of the php package dogado/laravel-cookie-manager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download dogado/laravel-cookie-manager
More information about dogado/laravel-cookie-manager
Files in dogado/laravel-cookie-manager
Package laravel-cookie-manager
Short Description cookie manager library with different capabilities to modify cookies
License MIT
Homepage https://github.com/dogado-group/laravel-cookie-manager
Informations about the package laravel-cookie-manager
dogado Cookie Manager for Laravel
- Introduction
- Requirements
- Installation
- Configure your Kernel to use the middleware
Introduction
A client library package for Laravel based projects, maintained by the dogado GmbH.
It provides a middleware class that automatically transforms cookies to be
Secure
if the request is SSL
encrypted and, if the browser supports it, sets the
SameSite=None
attribute.
To learn more about SameSite
cookies and how to use them, check out the
web.dev blog from Google or the
Mozilla docs.
Requirements
- php
^7.3
or^8.0
symfony/http-foundation
version^5.3.7
or^6.0
Installation
Configure your Kernel to use the middleware
Add the following class to the appropriate Laravel kernel middleware configuration according to your requirements.
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-cookie-manager with dependencies
cbschuld/browser.php Version ^1.9
symfony/http-foundation Version ^5.3.7|^6.0