Support the ongoing development of Laravel.io →
Configuration Blade Packages
Last updated 2 years ago.
0

Hi Jose,

In what folder did you put the plugin?

0

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/wi...;.

How can I solve it?

0

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';
0

I found my mistake:

you have to put it into the folder laravel/public/vendor and not laravel/vendor

0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.