Results 260 comments of webDEVILopers

I just saw that this is related to issue https://github.com/capistrano/composer/issues/39 by @gagarine. @swalkinshaw closed that one as not an issue. Also related: - https://github.com/capistrano/composer/issues/22

Have you found any solution or did you try `PagerFanta` @maximecolin ?

We have refactored our codebase and another developer was involved. I will ask him in October if we still use the query and try the latest version. Thanks!

Have you added your routing? `api_login_check: path: /api/login_check ` * https://github.com/lexik/LexikJWTAuthenticationBundle/blob/master/Resources/doc/index.md#configuration This should be same in all Symfony versions. Symfony Flex will use XML instead of YAML. Please also see:...

:+1: Came here from: http://stackoverflow.com/questions/17296659/sharing-objects-between-doctrine2-odm-and-orm-in-symfony2-with-doctrine-extensio#17304090

There is a command by @gquemener that comes with the symfony recipe: * https://github.com/symfony/recipes-contrib/blob/master/prooph/event-store-symfony-bundle/0.4/src/Command/CreateEventStreamCommand.php You can adapt it to your needs e.g.: ```php use Prooph\EventStore\EventStore; use Prooph\EventStore\Stream; use Prooph\EventStore\StreamName; use...

I'm not sure if my other issues are directly related. But they are related to the `EventPublisher`: https://github.com/prooph/service-bus-symfony-bundle/pull/81 Please see the GIST for an example how to bind the publisher...

@martinbojnansky I stumbled upon this post of yours: https://bojnansky.com/dto-typed-reactive-forms-in-angular/ It looks like it is possible to map DTOs to Forms / Form Groups. Can the validators also be added to...

I am working on a Symfony2 project on a Windows DEV environment. I cloned the repo and built the htrouter.phar. I've copied the entire `htrouter` folder including the `Module` subfolder...