Show HN: Jetstreamer – A Laravel Jetstream Dev Env with Docker+Makefile/Taskfile
github.comJust wanted to share something I've been tinkering with lately. I've been playing around with setting up a dev environment for a project using Laravel Jetstream and PHP. It's been a while since I last used PHP (like, over ten years!), so a lot has changed.
I went for a simple approach - no fancy stuff, just a combo of Makefile (or Taskfile) and docker-compose. Thought it might be cool to show how it all fits together in a Docker environment. Maybe it's useful for some of you, especially if you're curious about how these pieces can work together.
It's nothing groundbreaking, but it does the job for my project. I'm totally open to suggestions, feedback, or even pull requests if you've got ideas for improvements.
No comments yet.