I try to upload ckeditor local image to database using Laravel. My code as following:
{{ Form::textarea('description','',array('class'=>'form-control
ckeditor ','data-required'=>'1','required'=>'true'))}}
My script is
<script src="{{
URL::to('admin_asset/assets/global/plugins/ckeditor/ckeditor.js')}}"
type="text/javascript"></script>
write this full URL in your controller in return statements
return " parent.setImageValue('".$url."'); ";