lukeraymonddowning / honey

A spam prevention package for Laravel, providing honeypot techniques, ip blocking and beautifully simple Recaptcha integration. Stop spam. Use Honey.
MIT License
406 stars 23 forks source link

fixes #32 vuejs side effect warning #56

Closed swilla closed 1 year ago

swilla commented 2 years ago

Documented here: https://medium.com/@gaute.meek/how-to-add-a-script-tag-in-a-vue-component-34f57b2fe9bd

swilla commented 2 years ago

To use this in your project on the fork you can as follows in your composer.json:

"repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/TappNetwork/honey"
        }
],
"lukeraymonddowning/honey": "dev-fix-side-effects-warning",

Then run composer update.