From 6b0a650d82ef673c7bdcc10c9f2ddbd811aae440 Mon Sep 17 00:00:00 2001 From: Marco Germani Date: Tue, 31 Dec 2024 13:54:59 +0100 Subject: [PATCH 1/2] Update README.md Added an advice for the presence of a Filament plugin based on Spatie cookie consent. Thanks if you merge this. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 35823b6..ecad169 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,10 @@ For more advanced cookie consent options in Laravel, consider these alternatives - [whitecube/laravel-cookie-consent](https://github.com/whitecube/laravel-cookie-consent) - [statikbe/laravel-cookie-consent](https://github.com/statikbe/laravel-cookie-consent) +If you need an implementation of cookie consent for Filament you can evaluate this plugin: + +- [marcogermani87/filament-cookie-consent](https://github.com/marcogermani87/filament-cookie-consent) + ## Support us [](https://spatie.be/github-ad-click/laravel-cookie-consent) From d73a72dce2d69fe34bf0a2c7a49c550a6d1a387d Mon Sep 17 00:00:00 2001 From: Marco Germani Date: Tue, 31 Dec 2024 13:56:44 +0100 Subject: [PATCH 2/2] Update README.md Added an advice for the presence of a Filament plugin based on Spatie cookie consent. Thanks if you merge this. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ecad169..db5559b 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ For more advanced cookie consent options in Laravel, consider these alternatives - [whitecube/laravel-cookie-consent](https://github.com/whitecube/laravel-cookie-consent) - [statikbe/laravel-cookie-consent](https://github.com/statikbe/laravel-cookie-consent) -If you need an implementation of cookie consent for Filament you can evaluate this plugin: +If you need an implementation of cookie consent for [Filament](https://github.com/filamentphp/filament) you can evaluate this plugin: - [marcogermani87/filament-cookie-consent](https://github.com/marcogermani87/filament-cookie-consent)