TinyMCE Integration with Laravel Livewire
Tech Stack: alpine-js, livewire
Demo
TinyMCE Editor Integration Example
Code
Sorry, this component's code is restricted
Get Livewiredemos-Pro
Sorry, this component's code is restricted
Get Livewiredemos-Pro
Sorry, this component's code is restricted
Get Livewiredemos-Pro
Usage
livewire('tinymce-integration-component')
Documentation
This component demonstrates the integration of the TinyMCE editor with Livewire where the content of the editor is wire modeled with the $editor
property of the Livewire component.
The blade file of this component also uses a re-usable blade component called tinymce
which includes all of the configurations needed to set up the TinyMCE editor for our Project.