Today I learned: Adding CKEditor5 to Voyager Laravel extension

Today I will show you how to integrate CKEditor5 in a custom Voyager form field. There are 3 basic steps we must follow to even have the new form field appear in the Voyager BREAD type selection. Create a controller handler which we will save in app\FormFields\CKEditorHandler.php 2. Register the controller in app\Providers\AppServicesProvider.php 3. Create …