greeschenko / yii2-file
Highly variable file and img upload and attachment plagin
Installs: 226
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:yii2-extension
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: 2025-03-01 00:21:29 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',
],
],