getdevflow/cookie-consent

Cookie Consent helps you comply with the EU regulations regarding the usage of website cookies.

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:devflow-plugin

v1.0.0 2024-12-13 19:21 UTC

This package is auto-updated.

Last update: 2024-12-13 19:26:48 UTC


README

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

Features

  • 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

Localization

  • English
  • Spanish

Composer Installation (Recommended for Devflow version 1.1.0 +)

  1. Start a new shell session.
  2. Navigate to public/plugins, run the following command composer require getdevflow/cookie-consent.

Git Clone Installation (Recommended for Devflow version 1.0.0)

  1. Start a shell session and navigate to plugins folder.
  2. 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.

Changelog

1.0.0

  • Initial release