Download the PHP package nuary/redis-captcha without Composer
On this page you can find all versions of the php package nuary/redis-captcha. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download nuary/redis-captcha
More information about nuary/redis-captcha
Files in nuary/redis-captcha
Package redis-captcha
Short Description Laravel 5 & 6 & lumen 6 Captcha Package
License MIT
Homepage https://github.com/1998-liu/redis-captcha
Informations about the package redis-captcha
Captcha for Laravel 5 & 6 & Lumen 6
A simple Lumen service provider for including the Captcha for Laravel.
for Lumen 6
Preview
Based on news/captcha
Installation
The Captcha Service Provider can be installed via Composer by requiring the
mews/captcha
package and setting the minimum-stability
to dev
(required for Lumen 6) in your
project's composer.json
.
or
Require this package with composer:
Update your packages with or install with .
In Windows, you'll need to include the GD2 DLL php_gd2.dll
in php.ini. And you also need include php_fileinfo.dll
and php_mbstring.dll
to fit the requirements of wtone/lumen-captcha
's dependencies.
Usage
To use the Captcha Service Provider, you must register session provider and captcha provider when bootstrapping your application.
Configuration
create a new file config/captcha.php
in bootstrap/app.php
.
make sure create folder "storage/framework/session" and chmod it
Return Image
or
Check Captcha
etc.
_
All versions of redis-captcha with dependencies
ext-gd Version *
illuminate/config Version ~5.0|^6.0
illuminate/filesystem Version ~5.0|^6.0
illuminate/support Version ~5.0|^6.0
illuminate/hashing Version ~5.0|^6.0
illuminate/session Version ~5.0|^6.0
intervention/image Version ~2.5