Manager Media
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.
Once the extension is installed, simply use it in your code by :
<?php
use deadmantfa\mm\AutoloadExample;
?>
<?= AutoloadExample::widget(); ?>```