We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e420d6 + 54da193 commit 9a4afc4Copy full SHA for 9a4afc4
config/cookieconsent.php
@@ -16,6 +16,7 @@
16
17
'url' => [
18
'domain' => null,
19
+ 'middleware' => [],
20
'prefix' => 'cookie-consent',
21
],
22
routes/web.php
@@ -11,6 +11,7 @@
11
'as' => 'cookieconsent.',
12
'domain' => config('cookieconsent.url.domain'),
13
'prefix' => config('cookieconsent.url.prefix'),
14
+ 'middleware' => config('cookieconsent.url.middleware')
15
], function() {
Route::get('script', ScriptController::class)
->name('script');
0 commit comments