stinger / ckeditor-quicktable-bundle
Symfony2 Bundle,用于集成 CKEditor 插件快速表格
1.0.6
2015-12-14 09:36 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:52:55 UTC
README
Symfony2 Bundle,用于集成 CKEditor 插件 Quick Table
当前版本
Quick Table v1.0.6
安装
将包添加到您的 composer.json 文件中
// composer.json { "require": { // ... "stinger/ckeditor-quicktable-bundle": "~1.0.6" } }
将包添加到您的应用程序内核
// app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Stinger\CKEditorQuickTableBundle\StingerCKEditorQuickTableBundle(), // ... ); }
使用 Composer 下载包
$ php composer.phar update stinger/ckeditor-quicktable-bundle
安装资源
假设您的服务器公共目录名为 "web",安装公共供应商资源
$ php app/console assets:install web
可选地,使用 --symlink 属性创建链接而不是资源的副本
$ php app/console assets:install --symlink web
用法
trsteel_ckeditor: external_plugins: quicktable: path: 'bundles/stingerckeditorquicktable'
许可证
请参阅所包含文件的源代码以获取许可证信息