You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before I deployed the Larvel project to serverless, I used the command: php artisan view:cache
After deploying on Lambda I get "View not found" error
I checked the directory /tmp/storage/framework/views and it doesn't have any files.
I use CACHE_DRIVER=dynamodb
If I don't cache the view, there's no problem, but I want to cache the view to make the app more optimized.
Can someone help me?
The text was updated successfully, but these errors were encountered:
Before I deployed the Larvel project to serverless, I used the command:
php artisan view:cache
After deploying on Lambda I get "View not found" error
I checked the directory /tmp/storage/framework/views and it doesn't have any files.
I use
CACHE_DRIVER=dynamodb
If I don't cache the view, there's no problem, but I want to cache the view to make the app more optimized.
Can someone help me?
The text was updated successfully, but these errors were encountered: