我正在尝试将Laravel刀片模板读/写到Google云端存储分区。
已编译的模板正确写入存储桶,但当视图尝试从存储桶中读取已编译的模板时,我收到以下错误:
包括(GS://my-site.appspot.com/views/c08e5794b1fc664fce0cd30fc8e7898e): 无法打开流: " \谷歌\应用服务引擎\分机\ cloud_storage_streams \ CloudStorageStreamWrapper :: stream_open" 呼叫失败
为什么应用程序能够成功写入存储桶但无法读回?
答案 0 :(得分:1)
如果您需要包含存储桶中的文件,请添加到您的php.ini:
google_app_engine.allow_include_gs_buckets = "views"