deadmantfa/yii2-media-manager

Yii2 Manager Media

Installs: 238

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 1

Type:yii2-extension

1.0.12 2020-08-27 16:31 UTC

This package is auto-updated.

Last update: 2024-12-28 02:37:37 UTC


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(); ?>```