feat: implement multi-tenant cart functionality and add image validation helper

This commit is contained in:
2026-07-01 15:38:12 -03:00
parent 3285015841
commit 4943e68606
5 changed files with 69 additions and 17 deletions

View File

@@ -13,7 +13,9 @@ return Application::configure(basePath: dirname(__DIR__))
health: '/up',
)
->withMiddleware(function (Middleware $middleware): void {
//
$middleware->encryptCookies(except: [
'guest_token',
]);
})
->withExceptions(function (Exceptions $exceptions): void {
$exceptions->shouldRenderJsonWhen(