2017 © Pedro Peláez
 

yii2-extension yii2-fileupload

File upload with binary, file upload or both.

image

jberall/yii2-fileupload

File upload with binary, file upload or both.

  • Thursday, February 2, 2017
  • by jberall
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

File Upload with Binary

File upload with binary, file upload or both., (*1)

Installation

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

After install Migrations are not done. Open the file_upload_table.sql in your database and run it as a query., (*3)

In your config file add, (*4)

'modules' => [ 'fuext' => [ //fuext can be anything 'class' => 'jberall\fileupload\Module', ],
],, (*5)

then http://your-site.com/fuext/file-upload, (*6)

Either run, (*7)

composer require jberall/yii2-fileupload:dev-master 

or add, (*8)

"jberall/yii2-fileupload": "dev-master"

to the require section of your composer.json file., (*9)

Usage

Once the extension is installed, simply use it in your code by :, (*10)

```php, (*11)

The Versions

02/02 2017

dev-master

9999999-dev

File upload with binary, file upload or both.

  Sources   Download

MIT

The Requires

 

by Jonathan Berall

extension yii2 file upload binary included