rcrowe / TwigBridge

Give the power of Twig to Laravel
MIT License
894 stars 167 forks source link

Translator extension triggers an exception the class 'translator' doesnt exists #256

Closed lava83 closed 1 week ago

lava83 commented 8 years ago

Is here an user which is use TwigBridge on L5.2.26?

Because on artisan or web the registerEngine() methode in the service provider produce an exception because the dependency Illuminate\Translation\Translator of TwigBridge\Extension\Laravel\Translator Extension will make (on Application maker) with an alias: 'translator' but no class for 'translator' are exists in the register moment?!

Can I fix this simple?