greeschenko / yii2-file
Highly variable file and img upload and attachment plagin
Package info
github.com/greeschenko/yii2-file
Type:yii2-extension
pkg:composer/greeschenko/yii2-file
dev-master
2021-04-30 13:01 UTC
Requires
- 2amigos/yii2-file-upload-widget: *
- fortawesome/font-awesome: ~4.7
- yiisoft/yii2: *
- yurkinx/yii2-image: dev-master
This package is auto-updated.
Last update: 2026-03-01 00:10:54 UTC
README
Highly variable file and img upload and attachment plagin
Installation
The preferred way to install this extension is through composer.
add
"require": {
...
"greeschenko/yii2-file": "*"
...
},
to the composer.json file.
update database
$ php yii migrate/up --migrationPath=@vendor/greeschenko/yii2-file/migrations
Usage
add to you app config
'modules'=>[
'file'=> [
'class'=>'greeschenko\file\Module',
],
],