Maxime Veber
Maxime Veber
This PR fixes following problems: - Paths under windows - Updating npm/bower while updating composer instead of just install
Hello, My point of view on amphp is that this project pushes always PHP limits further, and I love it. I think it's time to talk about a support of...
**Sylius version affected**: 1.x.y **Description** If the title of an email contains `'`, it ends up in `'`. Probably somewhere the htmlentities is process and it should not. **Steps to...
Sylius is excellent in its event system (related to the ResourceController). But the cart route (`OrderController::sumarryAction`) has no event, this makes it impossible to hook on the process and enforce...
Hello, In my apps I change the base path of ApiPlatform by using something similar to that: ```yaml # routing/api_platform.yaml api_platform: resource: . type: api_platform prefix: /v1 api: resource: ../api_platform/routes/api.yaml...
Hello, After experience on some projects, it looks like resetting schema is very very slow with FriendlyContexts. Is there any good reason to not use the ORMPurger of Doctrine ?...