Valentin Salmeron

Results 10 issues of Valentin Salmeron

Hello ! Is it possible to generate routes correctly with Inertia using your package ? With Inertia, the Ziggy library is used. After debugging, my route list contains for example:...

This is the following of the closed PR #407

**Describe the bug** The request handling of a custom action created with the linkToRoute method does not work as expected if the app is behind a reverse proxy. **Context** -...

### Description The 2nd of May was a hard day for all asset-mapper component lovers: the certificate of cdn.jsveliver.net had expired. Because of that, the command importmap:install failed and deployment...

AssetMapper

Fix issue #11481 I identified some duplicated code between the `BasicEntityPersister` and the `ManyToManyPersister`, like the method `expandCriteriaParameters`. Because I don't want to create side effects, I just factorized two...

### Bug Report | Q | A |------------ | ------ | BC Break | no | Version | 3.2.0 #### Summary Working with enums in matching criteria for collections does...

Hi ! I started to use your bundle (thanks a lot for your work btw !), and I noticed that a flex recipe could be really useful. This recipe would:...

Many of cities from the `cities.json` end with a canton abbreviation, which is not always the same as the indicated city's canton. Also, it improves the search by zipcode and...

With the Symfony 7.3 release come two new attributes to configure Twig extensions: AsTwigFunction and AsTwigFilter. Using these attributes does not enable autocompletion in twig templates. Keeping extending AbstractExtension still...

**Description** Bundle configuration does not check if required package is installed before configuring associated services. **Example** In ApiPlatform\Symfony\Bundle\DependencyInjection\ApiPlatformExtension.php, we will configure the availble formats. If we try to configure the...

enhancement