Livewire and ckEditor
Hi there,
I've not tested this myself but I just found this example on GitHub on how to integrate the ckeditor with Livewire:
Add CKEDITOR in Laravel-Livewire
An alternative option is to use the MarkdownX editor rather than the ckeditor:
Hope that this helps!
Hi there,
Did you run php artisan livewire:discover
after you added the files?
Also what version of Laravel are you using?
It sounds like that the Livewire styles and scripts might not be included. As per the Livewire docs, can you verify if you have the following in your main blade file:
...
@livewireStyles
</head>
<body>
...
@livewireScripts
</body>
</html>
On an additional note, you could take a look at this video here where Tony installs the MarkdownX editor step by step:















