Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

fadiabadir's avatar

AWS lambda View [welcome] not found.

I'm using lambda function to deploy my app serverless and all views are not found although I followed AWS configurations on this part by adding the VIEW_COMPILED_PATH=/tmp/storage/framework/views to the .env file and changing the permission on tmp folder in AppServiceProvider file

0 likes
1 reply
f-mendes's avatar

Add this vars to the .env file

VIEW_COMPILED_PATH="/tmp/storage/framework/views"

APP_SERVICES_CACHE="/tmp/services.php"
APP_PACKAGES_CACHE="/tmp/packages.php"
APP_CONFIG_CACHE="/tmp/config.php"
APP_ROUTES_CACHE="/tmp/routes.php"
APP_EVENTS_CACHE="/tmp/events.php"

Please or to participate in this conversation.