Hey Guys. I'm new to Laravel, so I don't know who can I use CKEditor in Laravel.
how can I use this two properties in CKEditor and how should I use them in Laravel?
CKEDITOR.replace( 'editor1', {
filebrowserBrowseUrl: //this one
filebrowserUploadUrl: //and this one
});
You can also check out https://github.com/barryvdh/laravel-elfinder#ckeditor-4x
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community