rcrowe / TwigBridge

Give the power of Twig to Laravel
MIT License
895 stars 165 forks source link

twig extension form is not loaded with laravel-form-bridge #356

Closed LuXIN closed 5 years ago

LuXIN commented 5 years ago

I'm using laravel-form-bridge and twigbridge, after upgraded to the latest version of twigbridge, I've got a error like this:

Unknown "form_start" function.

The problem is in laravel-form-bridge, we have a twig instance from "\Twig_Environment::class" in service provider, but in the new version twigbridge, it create a second twig instance of Environment::class, so the twigs extensions is not merged from the two packages.