定制 stinger/ckeditor-lineutils-bundle 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

stinger/ckeditor-lineutils-bundle

最新稳定版本:4.5.1

Composer 安装命令:

composer require stinger/ckeditor-lineutils-bundle

包简介

Symfony2 Bundle to integrate the CKEditor plugin lineutils

README 文档

README

Symfony2 Bundle to integrate the CKEditor plugin LineUtils

Current Version

LineUtils v4.5.1

Installation

Add bundle to your composer.json file

// composer.json

{
    "require": {
		// ...
        "stinger/ckeditor-lineutils-bundle": "~4.5.1"
    }
}

Add bundle to your application kernel

// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Stinger\CKEditorLineUtilsBundle\StingerCKEditorLineUtilsBundle(),
        // ...
    );
}

Download the bundle using Composer

$ php composer.phar update stinger/ckeditor-lineutils-bundle

Install assets

Given your server's public directory is named "web", install the public vendor resources

$ php app/console assets:install web

Optionally, use the --symlink attribute to create links rather than copies of the resources

$ php app/console assets:install --symlink web

Usage

trsteel_ckeditor:
    external_plugins:
      lineutils:
        path: 'bundles/stingerckeditorlineutils'

Licenses

Refer to the source code of the included files for license information

References

  1. http://ckeditor.com/addon/lineutils
  2. http://symfony.com

统计信息

  • 总下载量: 17.83k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 2
  • Forks: 0
  • 开发语言: JavaScript

其他信息

  • 授权协议: LGPL-3.0
  • 更新时间: 2015-07-09