Replies: 1 comment
-
|
Yep would also like to see this so we can easily add new services. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi!
While sipping my coffee, I have this idea that would probably make spin more awesome. Please hear me out.
The default services when creating your first Laravel app or adding spin to your existing project are namely traefik, php, and mariadb. Well, that's a very good starting point tbh. Enough for a lot of Laravel apps out there. But for long-time Laravel users, we have dabbled with more and more services that we find very useful and convenient when developing.
When I saw the contents of
docker-compose.ymlfile, the urge in me to add more services was natural. So I then added redis for caching and queueing purposes, meilisearch for fuzzy search via Laravel Scout, and minio as S3-compatible file storage.Don't get me wrong. I already know that there's a documentation about these services already. It's just that it would be cool if the spin cli has these additional commands:
I know that this is a just-good-to-have feature. But it would really improve DX since not all people are familiar with multiple docker-compose yml setup. If you like it, please share and subscribe! 😂
Beta Was this translation helpful? Give feedback.
All reactions