Skip to main content
Version: 2024.4

Installation

composer require pimcore/quill-bundle

Make sure the bundle is enabled in the config/bundles.php file. The following lines should be added:

use Pimcore\Bundle\QuillBundle\PimcoreQuillBundle;
// ...

return [
// ...
PimcoreQuillBundle::class => ['all' => true],
// ...
];