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.
Copy
project-directory/composer.json
file to server and runcomposer update
command on server.