Skip to content

Commit

Permalink
Merge pull request #161 from brefphp/fix-laravel-11
Browse files Browse the repository at this point in the history
Fix support for Laravel 11
  • Loading branch information
mnapoli authored Oct 14, 2024
2 parents d97d1bc + 7031d80 commit b3ae7cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stubs/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b3ae7cf

Please sign in to comment.