gabriele-carbonai / yii2-easy-uploader

an easy way for make folders and upload images with one simple code line.
15 stars 4 forks source link

Instalation and implementation #1

Closed hdkcreative closed 6 years ago

hdkcreative commented 6 years ago

hi!

cool plugin !

but...

Problem 1
    - The requested package gomonkey/yii2-easy-uploader * is satisfiable by gomonkey/yii2-easy-uploader[1.0.1.x-dev, dev-master] but these conflict with your requirements or minimum-stability.

addition.... in the the home page...

you need add ,

'rename' => true, // Rename file 'random' => 12 ( HERE , ) // random . . ;)

gabriele-carbonai commented 6 years ago

Sorry for delay and thank you for reporting the issue in readme.md. For install the plugin, you must change stability in your composer.json file

hdkcreative commented 6 years ago

thank you @gomonkey