reCAPTCHA Package for Laravel 4

Posted on April 27, 2013

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!

4 responses to “reCAPTCHA Package for Laravel 4”

  1. Rajesh Patel says:

    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

  2. Roshan Pal says:

    @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.

  3. Ranjan says:

    Hi

    I need to reCAPTCHA for our website laravel 4.1

  4. phuph says:

    Hi, I need to reCAPTCHA for our website laravel 4.2.* too.

Leave a Reply

Your email address will not be published. Required fields are marked *