WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

greeschenko/yii2-file

Repository files navigation

yii2constructive file module

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

About

universal plugin for attaching files or imgs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published