Ralf Eggert

Results 9 issues of Ralf Eggert

I really love `Zend\Expressive` so far. To really get in rolling for beginners, I would love to see a tutorial like the Album tutorial for a `Zend\Mvc` project. It is...

help wanted
documentation

I have a little module that configures the `FormElementManager` like this: ``` return[ 'form_elements' => [ 'factories' => [ PriceFieldset::class => PriceFieldsetFactory::class, ProductFormInterface::class => ProductFormFactory::class, ], ], ]; ``` This...

question

How about adding an `Zend\Diactoros\Response\ImageResponse` that supports the most common file types like JPG, GIF and PNG? How could this be archieved?

Create a CLI code generator to create a new Skill module. Should handle the following steps: - create directory structure for new module - create a `ConfigProvider` class for the...

enhancement

I noticed that most services defined in the `Zend\Mvc\Service\ServiceListenerFactory` still use strings for the services names instead of class names. https://github.com/zendframework/zend-mvc/blob/develop/src/Service/ServiceListenerFactory.php It looks a little inconsequent in a factory when...

enhancement

I want to use `Zend\Navigation` in a `Zend\Expressive` application. First of all, I installed it: ``` composer require zendframework/zend-navigation ``` Composer installed it and added the `ConfigProvider` to my `/config/config.php`...

enhancement
work in progress
documentation needed

Create a ListContainer to build lists for APL

enhancement

Based on the feedback from issue #2 from @michabbb we want to write a detailed (and PHP framework independent) documentation for the **phlexa** project. In the next days I will...

help wanted

The requests that are sent by the Alexa Voice Service have been grown a lot in the last months. There is plenty of new stuff sent by the AVS that...

enhancement