From f302cf632d1c0fd3e030f6690b5df08b2a44f7d5 Mon Sep 17 00:00:00 2001 From: Paul Isaris Date: Fri, 7 Mar 2025 14:21:51 +0200 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index c5f1b87..7b626fe 100644 --- a/README.md +++ b/README.md @@ -70,8 +70,6 @@ composer remove scify/laravel-cookies-consent composer require scify/laravel-cookie-guard php artisan vendor:publish --provider="SciFY\LaravelCookiesConsent\LaravelCookiesConsentServiceProvider" --tag="cookies-consent-public" --force - -php artisan vendor:publish --provider="SciFY\LaravelCookiesConsent\LaravelCookiesConsentServiceProvider" --tag="cookies-consent-config" --force ``` Then, make sure to check the configuration file `config/cookies_consent.php` and update it according to [the new one](config/cookies_consent.php).