Cookie Consent helps you comply with the EU regulations regarding the usage of website cookies.
Requires Devflow Version: 1.0.0
Tested Up To: 1.0.0
Requires PHP: 8.3+
Stable Tag: 1.0.0
License: GPLv2-only
- Set banner position
- Set banner layout
- Choose design from color palette
- Learn more link (defaults to cookiesandyou.com)
- Choose compliance type
- Custom text
- Custom attributes
- English
- Spanish
- Start a new shell session.
- Navigate to
public/plugins
, run the following commandcomposer require getdevflow/cookie-consent
.
- Start a shell session and navigate to
plugins
folder. - Run the following command:
git clone https://github.com/getdevflow/cookie-consent.git CookieConsent
.
In your own presentation layer for a frontend, you will need to add the App\Shared\Helpers\cms_head
function before the closing head
tag, and the add App\Shared\Helpers\cms_footer
function before the closing body
tag.
- Initial release