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
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2025-03-28 01:00:18 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(); ?>```