symfony / webpack-encore-bundle

Symfony integration with Webpack Encore!
https://symfony.com/webpack-encore
MIT License
933 stars 83 forks source link

Add Twig function and filter for Stimulus Outlets integration #206

Closed pbories closed 1 year ago

pbories commented 1 year ago

The Outlets API was introduced in Stimulus release v3.2.0.

This PR intends to ease its integration in Twig templates, just like Stimulus controllers, actions and targets.

weaverryan commented 1 year ago

Outlets added to StimulusBundle! Use the functions from that bundle instead. Thanks @pbories for getting this rolling

Cheers!