Closed 7ammer closed 3 years ago
I had to add this snippet to AppServiceProvider.php
PackageManager::add('ckeditor')->js('ckeditor', asset('/packages/sleepingowl/ckeditor/ckeditor.js'));
I'm not sure if this is a bug. It was not mentioned anywhere in the docs.
en
Version in Composer.json
"laravelrus/sleepingowl": "^8.27",
Steps to reproduce
AdminFormElement::wysiwyg('my_field', 'my field')
What is expected?
What is actually happening?
Any advise on what's gone wrong would be helpful. Many thanks.