Download the PHP package aminkt/yii2-upload-manager without Composer
On this page you can find all versions of the php package aminkt/yii2-upload-manager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package yii2-upload-manager
Yii2 Upload manage module.
To install this module add "aminkt/yii2-upload-anager" : ">=1.2.0"
in your composer.json
in your project.
Then add flowing lines into your application config:
Then run below code to migrate up your modules:
Run migration if you are using defualt module models.
If you want to edit your files, open
['uploadManager/default/index']
in your browser.
How use upload manager widget?
Add flowing lines into your view file to load upload manager widget:
Use Upload manager api to upload and fetch files
First add flowing routes to your api url manager:
Top code means that use uploadManager api version 1 from v2/upload route. Flowing routes now available:
Notice:
- All request except load and view shoud use at least one auth method to authrize user.
- In upload route don't set content-type in header but in others you can.
- In upload route send file as post, file multi part and file name is better to be 'file'
Warning: Cross origin is enabled by default. if you have any problem with this please report it.
Advanced configuration
If you want implement your own models or search model or you wnat use Mongo db database you should flow below instractions.
- Create your models.
- Implement
\aminkt\uploadManager\interfaces\FileInterface
- If you want use default File constant implement
\aminkt\uploadManager\interfaces\FileConstantsInterface
or not create your own constants named like defined interface. - Config you module like said in first part and define
fileClass
andfileSearchClass
- You can use
\aminkt\uploadManager\traits\FileTrait
to implement some regular methods that defined inFileInterface
If you wnat use mongodb active record you can just change
fileClass
andfileSearchClass
discribed in configuration part to use mongodb version as\aminkt\uploadManager\models\mongo\File
and\aminkt\uploadManager\models\mongo\FileSearch
All versions of yii2-upload-manager with dependencies
perminder-klair/yii2-dropzone Version dev-master
yiisoft/yii2-imagine Version ~2.0.0
faravaghi/yii2-jalali-datepicker Version dev-master