whitecube / laravel-cookie-consent

Register, configure and ask for cookies consent in a EU-compliant way
MIT License
312 stars 37 forks source link

Feature service provider #29

Closed toonvandenbos closed 8 months ago

toonvandenbos commented 8 months ago

This PR adds a publishable CookiesServiceContainer responsible for calling the cookies definition at the right moment in Laravel's registration/booting lifecycle.

Closes #15.