View [welcome] not found
问题 I deployed my Laravel app (with Cloud SQL integration) onto Google App Engine with the following settings. app.yaml runtime: php73 env_variables: LOG_CHANNEL: stackdriver APP_LOG: errorlog APP_KEY: [APP KEY] APP_URL: "http://example.com/" APP_STORAGE: /tmp VIEW_COMPILED_PATH: /tmp CACHE_DRIVER: database SESSION_DRIVER: database DB_DATABASE: cbt-sql DB_USERNAME: root DB_PASSWORD: [PASSWORD] DB_SOCKET: "[SOCKET DETAILS]" I ran the usual config/cache/view/route clear commands. Using gcloud beta