library zf2-ckeditor-bundle
Zend Framework 2 module for easy integration of the CKEditor WYSIWYG
neilime/zf2-ckeditor-bundle
Zend Framework 2 module for easy integration of the CKEditor WYSIWYG
- PHP
- 0 Dependents
- 0 Suggesters
- 9 Forks
- 1 Open issues
- 1 Versions
- 0 % Grown
CKEditorBundle
, (*1)
Created by Neilime, (*2)
Introduction
CKEditorBundle is a module for ZF2 for easy integration of the CKEditor WYSIWYG., (*3)
P.S. Sorry for my english. If You wish to help me with this project or correct my english description - You are welcome :), (*4)
Requirements
Installation
Main Setup
By cloning project
- Install the .
- Clone this project into your
./vendor/ directory.
With composer
-
Add this project in your composer.json:, (*5)
"require": {
"neilime/zf2-ckeditor-bundle": "dev-master"
}
-
Now tell composer to download CKEditorBundle by running the command:, (*6)
$ php composer.phar update
Post installation
-
Enabling it in your application.config.phpfile., (*7)
<?php
return array(
'modules' => array(
// ...
'CKEditorBundle',
),
// ...
);
How to use CKEditorBundle
Simple configuration example
dev-master
9999999-dev
Zend Framework 2 module for easy integration of the CKEditor WYSIWYG
Sources
Download
MIT
The Requires
bundle
ckeditor