Mathias Stocker
Mathias Stocker
Any update on this?
Forked your repo and found the problem. Add a fix in a pull request #180
Symfony has built in form themes for Bootstrap 3 and newly added Bootstrap 4: https://symfony.com/doc/current/form/form_customization.html#what-are-form-themes The phone number bundle worked when Bootstrap 3 form theme was activated but does not...
Until this is fixed you can use my fork: https://github.com/mathiasstocker/phone-number-bundle @rh389 What about my pull request, is something not ok? Maybe you should disable tests on hhvm in Travis CI,...
Hello @azmeuk I would like to write a test but i don't see how. As far as i can see, the `verifyJWTclaims` function is protected and is called from the...
@jungeun-cho > It's also in our 2.0 plan. Any update on this topic?
Another solution could be to use an expression interpreter, like the Expression Language component of Symfony https://symfony.com/doc/current/components/expression_language.html So in the Plugin Settings could be an input field for view, write,...
Hi @danmichaelo I would like to use the sru-client with the symfony/http-client Can you give me a hint how to set it up for Symfony like you have for Laravel...