QuaggaJS ¶
QuaggaJS
Installation ¶
The preferred way to install this extension is through composer.
Either run
composer require --prefer-dist jeffersoncarvalho/yii2-quagga "~1.1.0"
or add
"jeffersoncarvalho/yii2-quagga": "~1.1.0"
to the require section of your composer.json
file.
Usage ¶
Once the extension is installed, simply use it in your code by :
PHP
`
php
<?php
use jeffersoncarvalho\quagga\Quagga;
echo Quagga::widget();
?>
## Licence
The BSD 3-Clause "New" or "Revised" License. Please see [License File](LICENSE.md) for more information.
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.