I proceed to run my Laravel 5.4-application on Google App Engine (GAE), with the following *env_variables* in my *app.yaml*:
APP_LOG_LEVEL: debug APP_LOG: syslog STORAGE_DIR: /tmp FILESYSTEM: gae CACHE_SERVICES_FILE: true CACHE_CONFIG_FILE: true CACHE_ROUTES_FILE: true CACHE_COMPILED_VIEWS: true BROADCAST_DRIVER: log CACHE_DRIVER: memcached SESSION_DRIVER: memcached QUEUE_DRIVER: gae I still get the error: The bootstrap/cache directory must be present and writable. What do I need to change to get my application working? Thanks, Rick -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/9b9d0cfd-9556-4013-966a-173f39b3b097%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
