daddl3 / symfony-ckeditor-5-webpack
Symfony CKEditor5 Bundle for Webpack and Vite
1.2.0
2024-10-05 11:01 UTC
Requires
- php: ^8.2
- symfony/config: ^6 | ^7
- symfony/console: ^6 | ^7
- symfony/dependency-injection: ^6 | ^7
- symfony/form: ^6 | ^7
- symfony/framework-bundle: ^6 | ^7
- symfony/http-client: ^6 | ^7
- symfony/http-kernel: ^6 | ^7
- symfony/process: ^6 | ^7
- symfony/security-csrf: ^6 | ^7
- symfony/twig-bundle: ^6 | ^7
Requires (Dev)
- phpstan/phpstan: ^1.10
- roave/security-advisories: dev-latest
- symfony/webpack-encore-bundle: ^2.1
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.
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.