UniSharp / laravel-ckeditor

This is a fork from the official CKEditor branch (standard edition), wrap it to laravel package.
Other
378 stars 143 forks source link

Not able to use wordcount #20

Closed alrocha closed 1 year ago

alrocha commented 6 years ago

Hi, I am using this package and it seems that the wordcount doesn't work. I have added in my code

CKEDITOR.config.extraPlugins = "wordcount"

But checking the network request am getting a 500 error is adding some kind of data at the end of the petition... any suggestions how to fix this?

Request URL:https://laravel.local/vendor/unisharp/laravel-ckeditor/plugins/wordcount/plugin.js?t=H0CF Request Method:GET Status Code:500 Internal Server Error Remote Address:127.0.0.1:443 Referrer Policy:no-referrer-when-downgrade

Thanks in advance :)