IvoryFormExtraBundle
IvoryFormExtraBundle copied to clipboard
Provides a JavaScript/StyleSheet fragment for the Symfony Form component.
I've gone through the network of forks and cherry-picked work that makes the bundle compatible with Symfony 4. As a result, support for PHP 5.6, Symfony 2.x, and Twig 1.x...
[Integration with the templating component was dropped in Symfony 5.0](https://symfony.com/blog/new-in-symfony-4-3-deprecated-the-templating-component-integration), removing support for PHP templates and form themes. As a result the tests no longer pass because the class `TemplatingRendererEngine`...
Is there a way to make this bundle support Symfony 4? Thanks