From 7031d8086658c38441af4de1913db94a4cea5e2b Mon Sep 17 00:00:00 2001 From: Matthieu Napoli Date: Sat, 5 Oct 2024 11:19:40 +0200 Subject: [PATCH] Fix support for Laravel 11 --- stubs/serverless.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/stubs/serverless.yml b/stubs/serverless.yml index ce2fc0a..7fa3661 100644 --- a/stubs/serverless.yml +++ b/stubs/serverless.yml @@ -7,6 +7,7 @@ provider: # Environment variables environment: APP_ENV: production # Or use ${sls:stage} if you want the environment to match the stage + SESSION_DRIVER: cookie # Change to database if you have set up a database package: # Files and directories to exclude from deployment