Andrii
Andrii
How is it possible to check which browser is used in Twig? It is written that it is possible in php code but I couldn't find a proper Twig filter...
I use Symfony 3.2 and the latest version of EasyAdminBundle. But when I tried to add the phoneNumber field, I got the following error: "Could not load type "phone_number"" which...
When I tried to install the bundle using composer, I received the following output at the console: ` composer require flosch/stripe-bundle Using version ^0.1.9 for flosch/stripe-bundle ./composer.json has been updated...
Could you please add some details to the empty documentation? it is hard to use the roulette without it.
I work with Symfony 3.2. My code is the following: ` {{ product.rate|rating(5, "fa-3x") }}` as an output, I had the 5 rectangles instead of stars. How can I solve...
I want to install this bundle in my Symfony 3 project. Is it possible?