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

How can I add video plugin? #14

Open risul3 opened 7 years ago

risul3 commented 7 years ago

Hi Thanks for your package. I need to add video in ckeditor. I have found a plugin for this. If I add in vendor it will not be there after vendor publish. Is there any other way to add new plugin or can you add this plugin?

Thanks

youchenlee commented 7 years ago

Hi @risul3,

Thank you. That is a very good question.

Mostly we put our CKEditor config file and plugin folders in the laravel git repo, and during the build steps (gulp, makefile, shell scripts...whatever ) we copy them into the vendor publish destination.

Any recommendations?