creative-web-solution/cws-quilljs-bundle
Symfony bundle that integrates the QuillJS rich text editor. Install via Composer, register the bundle, then configure cws_quill_js in config/packages to enable it and define toolbar buttons (bold/italic, lists, links, clean, etc.).
composer require creative-web-solution/cws-quilljs-bundle
Add this line on bundles.php:
Cws\Bundle\QuillJsBundle\CwsQuillJsBundle::class => ['all' => true],
Create cws_quill_js.yaml into config/packages:
cws_quill_js:
enabled: true
toolbar:
- ['bold', 'italic', 'underline', 'strike']
- [{'list': 'ordered'}, {'list': 'bullet'}]
- ['link']
- ['clean']
It's done.
How can I help you explore Laravel packages today?