Reference: https://ckeditor.com/ckeditor-4/download/
download ckeditor full package with easy image enable
store inside : public/assets/
now in place to use :
download ckeditor full package with easy image enable
store inside : public/assets/
now in place to use :
{{-- ckeditor --}}
<script type="text/javascript" src="{{asset('assets/ckeditor/ckeditor.js')}}"></script>
{{ used from local file stored in the public /assets folder}}
{{-- <script src="//cdn.ckeditor.com/4.11.1/standard/ckeditor.js"></script> --}}
{{use of cdn for standard package for normal use: no full version}}
{{-- <script src="//cdn.ckeditor.com/4.11.1/full/ckeditor.js"></script> --}}
{{ Thiis is full version of ckeditor enjoy this version}}
{{-- ckeditor --}}
Comments
Post a Comment