perminder-klair / yii2-dropzone

DropzoneJs Extention for Yii2
51 stars 27 forks source link

Class 'kato\DropZone' not found #9

Closed gugoan closed 9 years ago

gugoan commented 9 years ago

hi, In my application I did so in VIEW:

    <?php
    echo \kato\DropZone::widget([
       'options' => [
           'maxFilesize' => '2',
       ],
       'clientEvents' => [
           'complete' => "function(file){console.log(file)}",
           'removedfile' => "function(file){alert(file.name + ' is removed')}"
       ],
   ]);

But show

PHP Fatal Error – yii\base\ErrorException Class 'kato\DropZone' not found ?>