Ralf Eggert

Results 17 comments of Ralf Eggert

Yep, you are right. It is the perfect start into Zend\Expressive and all its cool features. But the examples are a little too small for a real world application.

@codeliner I really like your approach with an event sourced domain model, but (yes there must be one), I was thinking about a beginners tutorial for `Zend\Expressive`. Event sourcing would...

This is the first prototype of a structure to implement the "Getting Started" tutorial (http://framework.zend.com/manual/current/en/user-guide/overview.html) from the manual with `Zend\Expressive`. It is based on the Skeleton https://github.com/zendframework/zend-expressive-skeleton. This is basically...

Any comments to the suggested structure at the bottom of https://github.com/zendframework/zend-expressive/issues/176#issuecomment-152104012 I think it is not optimal yet, since the files for the album are spread in three directories `/config/`,...

@akrabat I really like your second approach. It gives a lot of structure which is very important for beginners when they start to learn `Zend\Expressive`. I really tend to use...

@xtreamwayz I have done a lot of ZF2 consulting in the last two years and in almost every project I identified the same pattern. Due to bad knowledge of how...

@xtreamwayz An option would be nice. @akrabat Clearing the application to start with an empty application structure sounds interesting.

Yes, this will make it much easier to follow @akrabat first suggested structure in https://github.com/zendframework/zend-expressive/issues/176#issuecomment-160106303 Personally, I still prefer the second suggested structure. The first structure would mean to spread...

I finished the first prototype of the code for the tutorial. You can look at it here: https://github.com/RalfEggert/zend-expressive-tutorial/ The code is splitted in six branches called part1 to part6. Each...

@mtymek Yes, any feedback and contribs will be very much appreciated. Just add some unit test to each part branch and I will handle the merging.