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

LucasCavalheri's avatar

How to use Laravel Cloud Bucket?

How do I use the bucket I created in my Laravel Cloud application? For example, I use the Storage facade but which disk do I pass to it? S3, Public... Which one?

0 likes
1 reply
florianbeer's avatar

Laravel Cloud will auto-configure the bucket for you when you connect it to your environment.

Go to your environment settings and scroll down to "Injected Variables" under "General" to see the details ("LARAVEL_CLOUD_DISK_CONFIG").

Please or to participate in this conversation.