rcrowe/TwigBridge

renderSections() in Laravel view()

bilogic opened this issue · 3 comments

Hi,

I think renderSections() is not implemented for TwigBridge. Any idea how to get it going? Thank you.

Hi,

Able to help guide me a little here? I'm unsure of where and how Twig gets integrated into Laravel's view(). Basically, I would like to call Twig's renderBlock() through Laravel's renderSections()

Thank you.

I don't think that's possible.

Hi,

Hmm, possible to elaborate why? I have been digging around, still can't make out how factory, engine and compiler are related.