anhskohbo / no-captcha

No CAPTCHA reCAPTCHA For Laravel.
https://packagist.org/packages/anhskohbo/no-captcha
MIT License
1.78k stars 234 forks source link

Added support to render only the script tag or the captcha field. #73

Closed jkniest closed 7 years ago

jkniest commented 7 years ago

As requested in issue #68 this pull requests adds the support to split the rendering of the script tag and the captcha field itself.

This is useful if you work with js frameworks, like VUE.js. In the current state you get an error, because in VUE templates are no <script>-tags allowed.

I also included the necessary tests.

Have a nice day, Jordan

jkniest commented 7 years ago

Hey,

is there any particular reason, why this doesn't get merged? Have I done something wrong @anhskohbo

Have a nice day, Jordan