We are trying to connect with laravel and app engine but we are facing issue of storage permission. Is there any way to change storage path to app engine storage path. So we could solve permission denied issue.
As app engine does not have read and write permission.
Here i have attached my app yaml file details
runtime: php72
runtime_config:
document_root: public
env_variables:
#Put production environment variables here.
#LOG_CHANNEL: stackdriver
APP_NAME: eProfit
#APP_ENV: local
#APP_DEBUG : true # or false
APP_LOG: errorlog
APP_KEY: base64:3KcvHI2FZIT5n0BeiXynkjfvI9O7AzdOpeYhD4W4WgQ=
#STORAGE_DIR: /tmp
#APP_STORAGE : /tmp
CACHE_DRIVER: file
SESSION_DRIVER: file
## Set these environment variables according to your CloudSQL configuration.
DB_HOST: localhost
DB_DATABASE: databasename
DB_USERNAME: root
DB_PASSWORD: password
DB_SOCKET: DB_SOCKEt
beta_settings:
cloud_sql_instances: "eprofit-3:us-central1:eprofit-3"