Daniel Opitz

Results 100 comments of Daniel Opitz

The docs for Slim 5 will be rewritten and published as MIT. Closing this as solved.

Thanks for the PR. Please check the test results: https://github.com/selective-php/xmldsig/actions/runs/14814040829/job/41639555159?pr=29

Please check for the latest build result. Note: Locally you can also run "composer stan" or "composer test:all" to see the results.

I will check today.

I've been thinking about this approach. Wouldn't it be easier to implement a custom middleware that checks the response for status code 304 and, if the case, returns a response...

As far as I know Slim doesn't have an official tool like Sail, but you can create your own Docker setup with a bash script.

Yes, we would list such a project in the official documentation.

Could this also be hosted on Github pages?

Thanks for your interest in improving the Slim development experience. After internal discussion, we've concluded that we try to keep Slim focused on being a micro-framework while still helping developers...

All routes in Slim are bounded only to the URI path. Registering different route handlers based on the hostname is not supported. I think your initial approach of using SiteSelectorMiddleware...