Skip to content

CakePHP Captcha Demo to display Google Recaptcha, Image and Math Question Challenge

Notifications You must be signed in to change notification settings

inimist/cakephp-captcha-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Captcha Demo plugin for CakePHP 3

Requires CakePHP 3 Captcha Plugin

Installation

You can install this plugin into your CakePHP application using composer.

The recommended way to install composer packages is:

composer require inimist/captcha-demo

And

bin/cake plugin load CaptchaDemo -b -r

Create captcha_demo table using Migrations plugin:

bin/cake migrations migrate -p CaptchaDemo

After installation visit my_app_url/captcha-demo/