79148534

Date: 2024-11-01 15:25:01
Score: 0.5
Natty:
Report link

Laravel 11: In bootstrap/app.php,

return Application::configure(basePath: dirname(__DIR__))
->withRouting(...)
->withMiddleware(function (Middleware $middleware) {
    $middleware->encryptCookies(except: [
        'cookie-consent',
    ]);
})
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Edmunds22