laracasts / PHP-Vars-To-Js-Transformer

Transform PHP data to JavaScript.
https://packagist.org/packages/laracasts/utilities
MIT License
2.21k stars 219 forks source link

Proposed fix for #140 #141

Open jeremy-smith-maco opened 2 years ago

jeremy-smith-maco commented 2 years ago

After the JS has been echo'd to the blade template, remove the event listener. Appears to work in our Laravel application as well as with Octane and works with multiple binds in a single request.

Fixes #140