2017 © Pedro Peláez
 

library captcha-repository

sms captcha-repository for laravel or lumen

image

superman2014/captcha-repository

sms captcha-repository for laravel or lumen

  • Friday, October 27, 2017
  • by liujingyu
  • Repository
  • 1 Watchers
  • 1 Stars
  • 489 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 23 % Grown

The README.md

captcha-repository

captcha-repository for laravel or lumen, (*1)

Configuration

Install package composer require "superman2014/captcha-repository:1.0.x@dev", (*2)

Laravel

Open config/app.php and register the required service provider above your application providers., (*3)

'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:, (*4)

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

Lumen

Open bootstrap/app.php and register the required service provider., (*5)

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

The Versions

27/10 2017

dev-master

9999999-dev

sms captcha-repository for laravel or lumen

  Sources   Download

MIT

The Requires

 

by Avatar liujingyu