Laravel Cookies Consent Versions Save

A Laravel package that provides a Cookies consent floating window and publishes the Cookies for the different consent categories

v1.1.3

6 months ago
  • Changed the background color of the "Allow all cookies" button, in order to be compliant with the GDPR rules
  • Fixed the padding of the button texts

v1.1.2

6 months ago

Added Portuguese Language corrections, thanks to this PR by ViNiSeNnAtt

v1.1.1

6 months ago

v1.1.0

7 months ago

Improvements regarding the styles file, Composer lib updates

List of Updates:

Notable Changes:

Now, in order to publish the styles file to public/vendor/cookies_consent/css/style.css it is required to manually run the publishing command:

php artisan vendor:publish \
--provider="SciFY\LaravelCookiesConsent\LaravelCookiesConsentServiceProvider" \
--tag="cookies-consent-assets"

v1.0.1

1 year ago

This release addresses this issue, regarding the cookie prefix when accepting "all" cookies.

v1.0.0

1 year ago

This is the first stable release of the plugin! Feel free to download, try and customize it. If you find any issues, please report them to the issue page. Check out the CONTRIBUTING.md guide to contribute to this open-source project!

v0.9.4

1 year ago

The plugin now uses Laravel's app()->langPath() method, in order to publish the translation files.

v0.9.3

1 year ago

Set the required PHP version to either 7.x or 8.x, in order to accommodate older Laravel installations.

v0.9.2

1 year ago
  • Now the cookie prefix is set entirely from the configuration file. The trailing character should be set there.

v0.9.0

1 year ago
  • Improved UI design in smaller (phone & tablet) screens.
  • The plugin is now ready to be tested and used in 3rd party Laravel apps.