heggi/yii2-files

Yii2-files - behavior-based module for storing files

Installs: 17

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:yii2-extension

dev-master 2018-03-11 18:09 UTC

This package is not auto-updated.

Last update: 2024-04-25 20:49:23 UTC


README

Yii2-files - behavior-based module for storing files

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist heggi/yii2-files "*"

or add

"heggi/yii2-files": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \heggi\yii2files\AutoloadExample::widget(); ?>```