anhskohbo / no-captcha

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

Captcha not showing, no class loaded! #163

Closed mrmmg closed 4 years ago

mrmmg commented 4 years ago

Hi I'm using laravel 7.x and install this package but this package not working in blade templates. I tried these ways: note: I using phpstorm 2019

method 1: {!! NoCaptcha::renderJs() !!} result image Alt+Enter and Import class not working and nothing happened.

method 2: {{\Anhskohbo\NoCaptcha\NoCaptcha::renderJs()}} result image error image

Can You help me to solve this problem?