greggilbert / recaptcha

[ABANDONED] reCAPTCHA Validator for Laravel 5
MIT License
713 stars 196 forks source link

custom theming recaptcha #99

Closed ghost closed 8 years ago

ghost commented 8 years ago

How to get the recaptcha v1 to custom theming? For my exampleI just need the "blank" image of the captcha being showed to the user. As far as I read I need to create form for submitting the input value on my own. Is there any way to get this done using this library?

link: https://developers.google.com/recaptcha/old/docs/customization

I tried to use

'template'    => 'customCaptcha',

in the config file of the recaptcha but when I use this laravel returns on the view this error:

ErrorException in FileViewFinder.php line 137: View [customCaptcha] not found. (View: C:\xampp\htdocs\projekt\resources\views\protected\dashboard.blade.php)

How can I write a sample template for this? A bit help would be nice.