Daniel Opitz

Results 100 comments of Daniel Opitz

You can already do this with the existing methods.

I have tried to reproduce this problem on my computer and can say that this is not the case. The error message indicates that your "original" ZIP file may be...

Hi! Here are some thoughts. The introduction of Fibers in PHP 8 is indeed an exciting feature, allowing for more elegant cooperative multitasking. It has the potential to transform how...

@mikespub As far as I know, there are no tweaks needed to make Slim 4 "compatible" with ReactPHP. It works if you create the Slim App instance as shown here:...

Thank you for your comprehensive feedback. It's clear that you have a deep understanding of Slim 4 and its error-handling mechanisms, and we value your perspective. First, I wanted to...

You've raised some excellent points. It's clear that you've run into the complexities and limitations of Slim's current error-handling system. (I've had the same issues with it) Note that that...

Slim itself does not provide a built-in caching system, but you can integrate any (PSR-6 or PSR-16) caching libraries.

Hi @mp-improvement-it This phinx-migration package is designed to create migration classes that are also supported by phinx itself. Phinx is primarily designed to work with migrations in a database-agnostic way,...

Injecting the DI container within the application should be avoided. In order to make use of proper autowiring, the DI container definition should be configured using the full interface or...

I could imagine for Slim v5 the possibility of moving the ErrorMiddleware into a dedicated Slim package. This would help migration to v5 by allowing users to install this Middleware...