PHPackages                             scaffold-digital/laravel-recaptcha - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. scaffold-digital/laravel-recaptcha

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

scaffold-digital/laravel-recaptcha
==================================

Google Recaptcha module for Laravel

1.0.0(7y ago)013GPL-3.0-or-laterPHPPHP ^7.0

Since Jul 31Pushed 7y ago1 watchersCompare

[ Source](https://github.com/scaffold-digital/laravel-recaptcha)[ Packagist](https://packagist.org/packages/scaffold-digital/laravel-recaptcha)[ RSS](/packages/scaffold-digital-laravel-recaptcha/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (3)Versions (3)Used By (0)

Laravel Recaptcha
=================

[](#laravel-recaptcha)

This module is an easy to use implementation of the Google reCAPTCHA widget.

Getting Started
---------------

[](#getting-started)

To use this package, simply install with Composer. Once installed, you'll need to specify your site key and secret key (from ) and then follow a couple of simple steps to add the recaptcha widget to your view and verify the response.

### Installing via Composer

[](#installing-via-composer)

To install the module, simply run the following command in your project directory...

```
composer require scaffold-digital/laravel-recaptcha

```

### Setting up your keys

[](#setting-up-your-keys)

Once you retrieved your site key and secret key (from ), you'll need to specify them in a config file.

#### Basic configuration

[](#basic-configuration)

For the most basic configuration, create the file "`config/recaptcha.php`" and paste the following contents, changing the keys accordingly...

```
