Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deadmantfa/yii2-media-manager
https://github.com/deadmantfa/yii2-media-manager
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/deadmantfa/yii2-media-manager
- Owner: deadmantfa
- Created: 2020-08-27T11:47:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-27T16:32:01.000Z (over 4 years ago)
- Last Synced: 2024-10-11T19:22:47.881Z (3 months ago)
- Language: PHP
- Size: 58.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Yii2 Media Manager
==================
Manager MediaInstallation
------------The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
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
= AutoloadExample::widget(); ?>```