From 4f6ae52f97b940df60fdc8544c03992541611a63 Mon Sep 17 00:00:00 2001 From: Toon Van den Bos Date: Thu, 21 Dec 2023 15:27:16 +0100 Subject: [PATCH] Added "important" usage notice --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0a98aa..6814dbc 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ First, publish the package's files: 'providers' => ServiceProvider::defaultProviders()->merge([ // ... App\Providers\RouteServiceProvider::class, - // Add the line below AFTER "App\Providers\RouteServiceProvider::class," + // IMPORTANT: add the following line AFTER "App\Providers\RouteServiceProvider::class," App\Providers\CookiesServiceProvider::class, ])->toArray(), ```