Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

madsynn's avatar

Laravel on Google Cloud AppEngine

Hi everyone,

I am trying to implement laravel app on app engine but i keep getting this error and im wondering if any of you have had this issue as well as a couple others and that you might be able to help me with.

After i got the files and migrated the DB successfully i go to view the site and get this error.

Please provide a valid cache path.

Here is a screenshot https://nimb.ws/ciVSk5

I have verified the correct directories are in the storage area and with correct permissions but cannot get it to move past this.

storage
storage/app
storage/app/.gitignore
storage/app/public
storage/app/public/.gitignore
storage/framework
storage/framework/.gitignore
storage/framework/cache
storage/framework/cache/.gitignore
storage/framework/sessions
storage/framework/sessions/.gitignore
storage/framework/testing
storage/framework/testing/.gitignore
storage/framework/views
storage/framework/views/.gitignore
storage/logs
storage/logs/.gitignore

All these are correct and accounted for. I have also ran the following commands many times with no avail.

php artisan route:clear
php artisan config:clear
php artisan cache:clear
composer dump-autoload
gcloud app deploy

Another issue i have been having is all my styles and assets are not pulling correctly. Any help would be great.

0 likes
0 replies

Please or to participate in this conversation.