daddl3/symfony-ckeditor-5-webpack
最新稳定版本:1.2.1
Composer 安装命令:
composer require daddl3/symfony-ckeditor-5-webpack
包简介
Symfony CKEditor5 Bundle for Webpack and Vite
README 文档
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.
统计信息
- 总下载量: 10.69k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 1
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-03-15