fix:修复BUG/升级1.1.6版本
This commit is contained in:
11
vendor/webman/captcha/demo/demo.php
vendored
Normal file
11
vendor/webman/captcha/demo/demo.php
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
require_once __DIR__.'/../vendor/autoload.php';
|
||||
|
||||
use Webman\Captcha\CaptchaBuilder;
|
||||
|
||||
$captcha = new CaptchaBuilder;
|
||||
$captcha
|
||||
->build()
|
||||
->save('out.jpg')
|
||||
;
|
||||
Reference in New Issue
Block a user