neilime/zf2-ckeditor-bundle
Composer 安装命令:
composer require neilime/zf2-ckeditor-bundle
包简介
Zend Framework 2 module for easy integration of the CKEditor WYSIWYG
关键字:
README 文档
README
Created by Neilime
Introduction
CKEditorBundle is a module for ZF2 for easy integration of the CKEditor WYSIWYG.
P.S. Sorry for my english. If You wish to help me with this project or correct my english description - You are welcome :)
Requirements
- Zend Framework 2 (latest master)
Installation
Main Setup
By cloning project
- Install the .
- Clone this project into your
./vendor/directory.
With composer
-
Add this project in your composer.json:
"require": { "neilime/zf2-ckeditor-bundle": "dev-master" }
-
Now tell composer to download CKEditorBundle by running the command:
$ php composer.phar update
Post installation
-
Enabling it in your
application.config.phpfile.<?php return array( 'modules' => array( // ... 'CKEditorBundle', ), // ... );
How to use CKEditorBundle
Simple configuration example
统计信息
- 总下载量: 10
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-01-31