Ivan Dudarev
Ivan Dudarev
@elazar @l0gicgate @akrabat In the `addErrorMiddleware()` method of `Applicatoin`, you can add error handling to the middleware stack and add error logging as separate middleware (so that logging occurs first,...
@l0gicgate make `5.x` branch please so that interested contributors can send pull requests
@l0gicgate, @akrabat We have translations into Russian for [version 3](https://slimframework.ru/v3) and some drafts for [version 4](https://slimframework.ru/v4). [There is a repository](https://github.com/slimframework-ru/slim.ru) with translations. I think multilingual communities have something similar (you...
I can translate docs to Russian
@LPawinsky I don't understand how it works, but the command only disappears in docker.
@LPawinsky you need create `docker-compose.override.yml` file with next contents: ```yaml services: app: image: buddy/repman:1.4.0 consumer: image: buddy/repman:1.4.0 cron: image: buddy/repman:1.4.0 ``` In original `docker-compose.yml` using version 1.3.4 of repman image,...