[Feature] S3 Mock for Local server #1696
tnt-hsopjani
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
It would be very useful if Herd could provide a built-in S3-compatible mock service for local development.
Many Laravel applications use S3-compatible storage for file uploads, media libraries, backups, and temporary files. During local development, developers usually need to configure external services like AWS S3, MinIO, or LocalStack manually. This adds extra setup complexity, especially for teams working across multiple projects.
Proposed Feature:
Add an optional local S3 mock service inside Herd that can run together with local sites.
Expected Capabilities:
.envconfigurationExample Laravel
.env:Why this is useful:
This would make local development much easier for applications that depend on S3 storage, without requiring developers to install and configure additional tools manually.
Benefit:
It would improve Herd as a complete local development environment for modern Laravel applications, especially projects that rely on cloud-like services locally.
Beta Was this translation helpful? Give feedback.
All reactions