justijndepover/laravel-cookie-consent

Publishing path is wrong - custom template will not be loaded

Closed this issue · 1 comments

__DIR__.'/../resources/views/cookiebar.blade.php' => base_path('resources/views/vendor/cookie-consents/cookiebar.blade.php'),

should be (The s after "cookie-consent" is not neccessary)

__DIR__.'/../resources/views/cookiebar.blade.php' => base_path('resources/views/vendor/cookie-consent/cookiebar.blade.php'),

Thanks, fixed