dev-master
9999999-devJq Qrcode For Yii2
BSD-3-Clause
The Requires
by hoter
extension yii2
Wallogit.com
2017 © Pedro Peláez
Jq Qrcode For Yii2
Jq Qrcode For Yii2, (*1)
The preferred way to install this extension is through composer., (*2)
Either run, (*3)
php composer.phar require --prefer-dist xinyeweb/yii2-qrcode "*"
or add, (*4)
"xinyeweb/yii2-qrcode": "*"
to the require section of your composer.json file., (*5)
Once the extension is installed, simply use it in your code by :, (*6)
<?= \xinyeweb\qrcode\QrCode::widget([
'options' => [
'id' => 'my-qrcode',
'class' => 'qrcode-class'
],
'clientOptions' => [
'render' => 'table',
'text' => 'http://www.autozh.com'
]
]) ?>
Jq Qrcode For Yii2
BSD-3-Clause
extension yii2