Skip to main content
Back to packages
182 GitHub stars

devrabiul/laravel-cookie-consent

View on GitHub

Description

A GDPR-compliant solution offering enterprise-grade compliance with fully customizable cookie banners for Laravel applications.

Include these components in your Blade templates:

  1. Add styles in the <head> section:
{!! CookieConsent::styles() !!}
  1. Add scripts before closing </body>:
{!! CookieConsent::scripts() !!}

Recent Courses on Laravel Daily