Class 'pendalf89\filemanager\widgets\TinyMce' not found

187 Views Asked by At

I configured all as written README file and it works on localhost. But when I upload the site to my production server it gives me the following error:

Class 'pendalf89\filemanager\widgets\TinyMce' not found

Here is my code:

<?= $form->field($model, 'description')->widget(pendalf89\filemanager\widgets\TinyMce::className(), ['clientOptions' => ['...']]); ?>

I dont know what I am doing wrong.

1

There are 1 best solutions below

11
On

Copy project-directory/composer.json file to server and run composer update command on server.