Skip to content

stefandoorn/SyliusRecaptchaPlugin

Repository files navigation

Sylius Recaptcha Plugin

License Version Build Status

Features

  • Add Recaptcha to Contact Form and Registration Page to prevent spam

Installation

  1. Require plugin with composer:

    composer require stefandoorn/sylius-recaptcha-plugin:^1.0@dev
  2. Follow installation instructions from Recaptcha bundle: https://github.com/excelwebzone/EWZRecaptchaBundle

  3. Add plugin class to your AppKernel.

    $bundles = [
       new \StefanDoorn\SyliusRecaptchaPlugin\SyliusRecaptchaPlugin(),
    ];

    or to your bundles.php:

    return [
       // ...
       StefanDoorn\SyliusRecaptchaPlugin\SyliusRecaptchaPlugin::class => ['all' => true],
    ];

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •