laravel-ckeditor
laravel-ckeditor copied to clipboard
How can I add video plugin?
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
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?