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

dev-master 2021-04-30 13:01 UTC

This package is auto-updated.

Last update: 2024-03-29 03:03:53 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',
    ],
],