deadmantfa / yii2-media-manager
Yii2 Manager Media
Package info
github.com/deadmantfa/yii2-media-manager
Type:yii2-extension
pkg:composer/deadmantfa/yii2-media-manager
1.0.12
2020-08-27 16:31 UTC
Requires
- creocoder/yii2-flysystem: *
- yiisoft/yii2: ~2.0.0
README
Manager Media
Installation
The preferred way to install this extension is through composer.
Either run
composer require --prefer-dist deadmantfa/yii2-media-manager
or add
"deadmantfa/yii2-media-manager": "^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 use deadmantfa\mm\AutoloadExample; ?> <?= AutoloadExample::widget(); ?>```