2017 © Pedro Peláez
 

yii2-extension yii2-file

Highly variable file and img upload and attachment plagin

image

greeschenko/yii2-file

Highly variable file and img upload and attachment plagin

  • Wednesday, January 24, 2018
  • by greeschenko
  • Repository
  • 1 Watchers
  • 1 Stars
  • 155 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 1 % Grown

The README.md

yii2constructive file module

Highly variable file and img upload and attachment plagin, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

add, (*3)

    "require": {
        ...
        "greeschenko/yii2-file": "*"
        ...
    },

to the composer.json file., (*4)

update database, (*5)

$ php yii migrate/up --migrationPath=@vendor/greeschenko/yii2-file/migrations, (*6)

Usage

add to you app config, (*7)

'modules'=>[
    'file'=> [
        'class'=>'greeschenko\file\Module',
    ],
],

The Versions

24/01 2018

dev-master

9999999-dev

Highly variable file and img upload and attachment plagin

  Sources   Download

MIT

The Requires

 

by Oleksiy Hryshchenko

extension yii2 file upload yii2-file file attach greeschenko