Download the PHP package wtone/lumen-captcha without Composer
On this page you can find all versions of the php package wtone/lumen-captcha. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download wtone/lumen-captcha
More information about wtone/lumen-captcha
Files in wtone/lumen-captcha
Package lumen-captcha
Short Description Laravel 5 & 6 & lumen 6 Captcha Package
License MIT
Homepage https://github.com/mewebstudio/captcha
Informations about the package lumen-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
create a new file config/session.php
in bootstrap/app.php
.
make sure create folder "storage/framework/session" and chmod it
Return Image
or
Return URL
or
Return HTML
or
To use different configurations
etc.
^_^
All versions of lumen-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