laravel-ckeditor icon indicating copy to clipboard operation
laravel-ckeditor copied to clipboard

How can I add video plugin?

Open risul3 opened this issue 8 years ago • 1 comments

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

risul3 avatar Jan 31 '17 07:01 risul3

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?

youchenlee avatar Feb 03 '17 17:02 youchenlee