quickimage / imagecrud
To insert update and delete the image
Package info
github.com/himanshup96/quickimage
Type:yii2-extension
pkg:composer/quickimage/imagecrud
dev-master
2019-06-19 05:14 UTC
Requires
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2026-03-19 20:26:55 UTC
README
To insert update and delete the image
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist quickimage/imagecrud "*"
or add
"quickimage/imagecrud": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \src\imagecrud\AutoloadExample::widget(); ?>```