zabachok / yii2-hydra
Useful file manager for yii2
dev-master
2016-06-01 13:52 UTC
Requires
- yiisoft/yii2: *
- yiisoft/yii2-imagine: ~2.0.0
This package is auto-updated.
Last update: 2026-02-11 19:54:17 UTC
README
Useful file manager for yii2
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist zabachok/yii2-hydra "*"
or add
"zabachok/yii2-hydra": "*"
to the require section of your composer.json file.
Config
'hydra' => [ 'class' => 'zabachok\hydra\Module', // 'forseSave'=>false, ],