xutl / yii2-jquery-qrcode-widget
The jquery qrcode for yii2.
Installs: 1 333
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- yiisoft/yii2: ~2.0.6
This package is auto-updated.
Last update: 2024-10-11 02:42:43 UTC
README
安装
The preferred way to install this extension is through composer.
Either run
composer require --prefer-dist xutl/yii2-jquery-qrcode-widget
or add
"xutl/yii2-jquery-qrcode-widget": "~1.0.0"
to the require
section of your composer.json
.
使用
<?= xutl\jquery\qrcode\QRCode::widget(['clientOptions' => ['text'=>'https://www.baidu.com']]);?>