zend-expressive icon indicating copy to clipboard operation
zend-expressive copied to clipboard

PSR-15 middleware in minutes!

Results 19 zend-expressive issues
Sort by recently updated
recently updated
newest added

I just found this in the [Expressive v3 project](https://github.com/zendframework/zend-expressive-skeleton/projects/1): > ## Document v3 changes > > We need to document version 3. We can begin by creating a new v3...

documentation

I set up a fresh installation of Zend Expressive 3 through the composer create-project command, and selected the following options: - Modular installation type - Symfony DI Container - FastRoute...

bug

I'm trying to include zend-expressive in my project, but unsuccessfully. When i require zend-expressive via console ( composer require zendframework/zend-expressive ), i get the following error: ``` Your requirements could...

help wanted
documentation

I'm just playing around with expressive and zend-expressive-swoole and noticed that given the WhoopsErrorResponseGenerator is configured as ErrorResponseGenerator no response body will be sent. The default ErrorResponseGenerator however works fine....

Hello! How I can change default_suffix from .phtml on something else? I use zend-view with service-manager.

enhancement
help wanted

I believe "Content-Type" header is missing from the newly created response object when a 404 error is handled. /src/Handler/NotFoundHandler.php ```php /** * Generates a response using a template. * *...

@weierophinney Good morning, I've an expressive application with a config-driven pipeline. That application exposes different UI levels such as **/admin**, **/reseller** and **/client**, among others... Right now, I've a specific...

I cannot see a proper stack trace of errors while I'm developing, which is obviously very frustrating. However, when I switch php error reporting on I can see an exception...

Hi all, I have read https://github.com/zendframework/zend-expressive/issues/342 and I still have a few questions. Firstly, let me describe the scenario. **Current situation** Web application written in Zend Framework 1. There are...

question