2017 © Pedro Peláez
 

library ao-recaptcha

Using Google ReCaptcha with Laravel 5.1

image

alex-oliveira/ao-recaptcha

Using Google ReCaptcha with Laravel 5.1

  • Friday, February 3, 2017
  • by alex-oliveira
  • Repository
  • 1 Watchers
  • 0 Stars
  • 15 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Ao-ReCaptcha

Using Google ReCaptcha with Laravel 5.1, (*1)

1) Installation

Run, (*2)

$ composer require alex-oliveira/ao-recaptcha

Add in your ".env", (*3)

RECAPTCHA_SITE_KEY=
RECAPTCHA_SECRET_KEY=

Add in your "config/app.php", (*4)

'providers' => [
    /*
     * Vendors Service Providers...
     */
    AoReCaptcha\ServiceProvider::class,
]

Run, (*5)

$ php artisan vendor:publish

2) Using

Add before </head>, (*6)

{!! recaptcha()->script() !!}

Add between <form> and </form>, (*7)

{!! recaptcha()->input() !!}

Add in your controller, (*8)

try {
    recaptcha()->check(request()->get('g-recaptcha-response'));
} catch (\Exception $e) {

}

The Versions

03/02 2017

dev-master

9999999-dev http://github.com/alex-oliveira/ao-recaptcha

Using Google ReCaptcha with Laravel 5.1

  Sources   Download

MIT

The Requires

 

recaptcha alex-oliveira ao-recaptcha

29/07 2016

1.0.1

1.0.1.0 http://github.com/alex-oliveira/ao-recaptcha

Using Google ReCaptcha with Laravel 5.1

  Sources   Download

MIT

The Requires

 

recaptcha alex-oliveira ao-recaptcha

29/07 2016

1.0.0

1.0.0.0 http://github.com/alex-oliveira/ao-recaptcha

ao-recaptcha

  Sources   Download

MIT

The Requires

 

recaptcha alex-oliveira ao-recaptcha