Hello,
I have the same problem? Did you solve it jose? I put my plugin into the folder vendor/unisharp/laravel-ckeditor/plugins.
My browser gives me the following error:
but Uncaught Error: [CKEDITOR.resourceManager.load] Resource name "widgetbootstrap" was not found at "http://example.com/vendor/unisharp/laravel-ckeditor/plugins/widgetbootstrap/plugin.js?t=FB99".
How can I solve it?
to add plugin to ckeditor : 1.copy your plugin to your plugin folder 2. add following line to your config.js in this example wpmore is my plugin folder name
CKEDITOR.config.extraPlugins = 'wpmore';
I found my mistake:
you have to put it into the folder laravel/public/vendor and not laravel/vendor
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community