stinger / ckeditor-panel-bundle
用于集成CKEditor插件面板的Symfony2 Bundle
dev-master
2016-01-13 08:49 UTC
Requires
- symfony/framework-bundle: >=2.1
Suggests
- Trsteel/ckeditor-bundle: The CKEditor Bundle we're using ;)
This package is auto-updated.
Last update: 2024-09-07 18:31:50 UTC
README
用于集成CKEditor插件面板的Symfony2 Bundle
当前版本
面板 v4.5.6
安装
将Bundle添加到composer.json文件中
// composer.json { "require": { // ... "stinger/ckeditor-panel-bundle": "~4.5.6" } }
将Bundle添加到应用程序内核中
// app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Stinger\CKEditorPanelBundle\StingerCKEditorPanelBundle(), // ... ); }
使用Composer下载Bundle
$ php composer.phar update stinger/ckeditor-panel-bundle
安装资源
假设您的服务器公共目录名为"web",安装公共供应商资源
$ php app/console assets:install web
可选地,使用--symlink属性创建资源的链接而不是复制
$ php app/console assets:install --symlink web
用法
trsteel_ckeditor: external_plugins: panel: path: 'bundles/stingerckeditorpanel'
许可证
请参阅包含文件的源代码以获取许可证信息