Temuri Takalandze
Temuri Takalandze
I often use the .env.local file (ignored from git) to override environment variables. Every time I do it manually (I include the .local file after the main .env). I think...
Slim CLI?
Hello, I think it would be nice to create a new Slim component - **CLI Console** (like [Symfony Console](https://github.com/symfony/console)), to start the PHP Dev server, Debug router and Container, Generating...
# Description Sometimes, it is necessary to execute the `go mod download` command to sync modules from `go.mod` to the local cache. This PR adds a download target for that...
## What's changing Refactored the Dockerfile to make it easier to maintain and faster to build. ## Why - Build args let us update versions without editing the whole file...