superman2014/captcha-repository

sms captcha-repository for laravel or lumen
4,702 2
Install
composer require superman2014/captcha-repository
PHP:>=5.6.4
License:MIT
Last Updated:Oct 27, 2017
Links: GitHub  ·  Packagist
Maintainer: liujingyu

captcha-repository

captcha-repository for laravel or lumen

Configuration

Install package composer require "superman2014/captcha-repository:1.0.x@dev"

Laravel

Open config/app.php and register the required service provider above your application providers.

'providers' => [
    Superman2014\CaptchaRepository\CaptchaServiceProvider::class,
]

If you'd like to make configuration changes in the configuration file you can pubish it with the following Aritsan command:

php artisan vendor:publish --provider="Superman2014\CaptchaRepository\CaptchaServiceProvider"

Lumen

Open bootstrap/app.php and register the required service provider.

$app->register(Superman2014\CaptchaRepository\CaptchaServiceProvider::class);

Related Packages

doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database s...

631,580,251 9,707
laravel/framework

The Laravel Framework.

580,311,802 34,925
laravel/tinker

Powerful REPL for the Laravel framework.

489,754,436 7,444
laravel/serializable-closure

Laravel Serializable Closure provides an easy and secure way to serialize closur...

404,034,618 608
nunomaduro/collision

Cli error handling for console/command-line PHP applications.

387,976,821 4,658