stinger / ckeditor-lineutils-bundle
Symfony2 Bundle 用于集成 CKEditor 插件 lineutils
4.5.1
2015-07-10 06:52 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 06:54:27 UTC
README
Symfony2 Bundle 用于集成 CKEditor 插件 LineUtils
当前版本
LineUtils v4.5.1
安装
将捆绑包添加到您的 composer.json 文件中
// composer.json { "require": { // ... "stinger/ckeditor-lineutils-bundle": "~4.5.1" } }
将捆绑包添加到您的应用程序内核中
// app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Stinger\CKEditorLineUtilsBundle\StingerCKEditorLineUtilsBundle(), // ... ); }
使用 Composer 下载捆绑包
$ php composer.phar update stinger/ckeditor-lineutils-bundle
安装资源
假设您的服务器公共目录名为 "web",安装公共供应商资源
$ php app/console assets:install web
可选,使用 --symlink 属性创建资源的链接而不是副本
$ php app/console assets:install --symlink web
使用方法
trsteel_ckeditor: external_plugins: lineutils: path: 'bundles/stingerckeditorlineutils'
许可证
有关许可证信息,请参阅包含文件的源代码