79766338

Date: 2025-09-16 14:32:26
Score: 1
Natty:
Report link

Pete from Laravel Support here!

Laravel Cloud doesn't support file uploads onto the container your application is hosted on. These containers can be replaced at any time for high availability reasons and as such, it's actually recommended you use an external Filesystem for your app.

If you create an Object Storage in Laravel Cloud and attach it to your cluster, you'll be able to adjust your code to save and retrieve files from there.

Here's the documentation: https://cloud.laravel.com/docs/resources/object-storage

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Peter B