Post #3650331
2026-07-07 14:03 UTC
Zero-downtime deploys can be enabled by adding `versionedAssets: true`
This is enabled by default when setting up Bref in new Laravel apps.
Docs: https://bref.sh/docs/use-cases/websites
Replies (1)
-
@mnapoli@phpc.social 2026-07-07 14:03
Storing files publicly on S3 (e.g. avatars): add `publicPath: public` and every file in the `public/` subdirectory will be public. The rest stays private. Docs for Laravel: https://bref.sh/docs/laravel/file-storage#public-files