I’m happy to announce my first Laravel 4 package! It’s a small package for inserting and handling a reCAPTCHA element into a form. The package uses all the internal workings of Laravel 4 and should be a breeze to use. It’s available on Packagist, and full installation instructions are available at https://github.com/greggilbert/recaptcha. If you come across any issues with it, please let me know!
I installed your package and configures the private and public keys.
When I render my forms I get the following error:
Input error: k: Format of site key was invalid
I have directly copied and pasted the site keys from the recaptcha site o I don’t know how to troubleshoot this.
Any help would be appreciated
@Rajesh
Its looks like you’re using the public key of a different domain. If you have created a key for somedomain.com, then it works on somedomain.com. If you want to test they key on localhost, then tick “all domains’ options while generating they key in recptcha site.
Hi
I need to reCAPTCHA for our website laravel 4.1
Hi, I need to reCAPTCHA for our website laravel 4.2.* too.