Luc ALBERT
Luc ALBERT
Hello, Is there no way to generate the webp images on the fly instead of having to generate them first? I'm using WebPack with postcss-loader (through [webpack-encore](https://github.com/symfony/webpack-encore)) and I have...
Hello, We now use markets (and Shopify Payments) to allow our customers to pay in their local currency. We had already integrated the possibility of retrieving the translated content of...
Hello everyone, In my application, I have a reference (One) between 2 entities: ```php namespace App\Document class Offer { /** * @MongoDB\ReferenceOne(targetDocument="Customer") */ protected $customer; } ``` When I want...