uraankhayayaal / yii2-gallery
Yii2 gallery
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Type:yii2-extension
Requires
- bower-asset/croppr: *
- yiisoft/yii2: ~2.0.0
- yiisoft/yii2-imagine: ^2.1
This package is auto-updated.
Last update: 2020-08-24 03:27:13 UTC
README
Yii2 gallery
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist uraankhayayaal/yii2-gallery "*"
or add
"uraankhayayaal/yii2-gallery": "*"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \uraankhayayaal\gallery\AutoloadExample::widget(); ?>```