jzweb/geetest

Geetest Package for JZWeb

v1.0.2 2020-04-09 06:57 UTC

This package is not auto-updated.

Last update: 2024-09-21 03:41:58 UTC


README

极验验证码

Installation

$ composer require jzweb/geetest

Or you can add following to require key in composer.json:

"jzweb/geetest": "~1.0"

Next, You should need to register the service provider. Open up config/app.php and add following into the providers key:

JZWeb\Geetest\GeetestServiceProvider::class

And you can register the Geetest Facade in the aliases of config/app.php :

'Geetest' => JZWeb\Geetest\Geetest::class