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

Config.js not override with default #23

Closed ekhlascyblance closed 6 years ago

ekhlascyblance commented 6 years ago

php artisan vendor:publish --tag=ckeditor

Above Command create Config.js in public folder but not override original configuration of ckeditor.

youchenlee commented 6 years ago

Hi, to override Laravel files, you will need to add the --force parameter.

php artisan vendor:publish --tag=ckeditor --force