dev-master
9999999-devFile upload with binary, file upload or both.
MIT
The Requires
by Jonathan Berall
extension yii2 file upload binary included
Wallogit.com
2017 © Pedro Peláez
File upload with binary, file upload or both.
File upload with binary, file upload or both., (*1)
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)
Once the extension is installed, simply use it in your code by :, (*10)
```php, (*11)
File upload with binary, file upload or both.
MIT
extension yii2 file upload binary included