-
-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
Hello,
I think it's a problem of installation but i don't see what is wrong. (https://github.com/bepsvpt/secure-headers?tab=readme-ov-file#installation)
I do this :
- Add in bootstrap\providers.php :
Bepsvpt\SecureHeaders\SecureHeadersServiceProvider::class,because in your installation documentation you talk of config/app.php but I thinks it's only for Laravel < 5.5 - Add in app\Http\Kernel.php :
\Bepsvpt\SecureHeaders\SecureHeadersMiddleware::class, - Copy the secure-headers.php in the folder config
- Of course, install your package.
In the bootstrap/cache/services.php I can see
39 => 'App\\Providers\\QueryBuilderMacroProvider', 40 => 'Bepsvpt\\SecureHeaders\\SecureHeadersServiceProvider', ), 'eager' =>
Thanks for your help.
Regards
Metadata
Metadata
Assignees
Labels
No labels