anhskohbo / no-captcha

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

Exclude <script> #68

Closed stefensuhat closed 6 years ago

stefensuhat commented 7 years ago

Hi, I got an issue when using JS Framework because no-captcha include $html = '<script src="'.$this->getJsLink($lang).'" async defer></script>'."\n";

Is there any option to exclude it and declare it manually at <head> or where ever user wanted?

jkniest commented 7 years ago

Hey, I made a pull requests which adds this functions. See #73