stefandoorn / SyliusRecaptchaPlugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:PHP 88.0%Language:JavaScript 10.8%Language:Twig 1.2%