daddl3/symfony-ckeditor-5-webpack

Symfony CKEditor5 Bundle for Webpack and Vite

1.2.0 2024-10-05 11:01 UTC

This package is auto-updated.

Last update: 2024-11-05 11:22:17 UTC


README

This bundle simplifies the integration of CKEditor 5 into Symfony applications, offering various configuration options for different form fields. It includes a wide range of free tools to enhance the functionality of your text editors.

Pipeline Status

Version

Installation

To install this bundle, execute the following command in your project directory:

composer require daddl3/symfony-ckeditor-5-webpack

This command adds the Symfony CKEditor 5 Webpack Vite bundle to your project dependencies.

Register

Register the bundle into your symfony project

# ./config/bundles.php
<?php

return [
    daddl3\SymfonyCKEditor5WebpackViteBundle\SymfonyCKEditor5WebpackViteBundle::class => ['all' => true],
];

See how to handle it



Please don't hesitate to report bugs!

Note that I have only tested the “standard plugins” at the moment.