greeschenko/yii2-file

Highly variable file and img upload and attachment plagin

Maintainers

Package info

github.com/greeschenko/yii2-file

Type:yii2-extension

pkg:composer/greeschenko/yii2-file

Statistics

Installs: 226

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

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

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',
    ],
],