qcubed/plugin_ckeditor

QCubed plugin for CKEditor.

Installs: 105

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 8

Forks: 4

Open Issues: 1

Type:qcubed-plugin

1.0.1 2016-07-29 00:18 UTC

This package is not auto-updated.

Last update: 2024-04-27 16:20:26 UTC


README

This QCubed plugin lets you work with the CKEditor javascript text editor, which creates a full HTML editor in a web page.

This plugin is just for the PHP interface to CKEditor. You must also install the CKEditor library, which fortunately is installable via Composer. The directions below show you how to install both.

To install, add the following to the corresponding sections of your composer.json root file and execute composer update:

	"require": {
		"qcubed/plugin_ckeditor": "dev-master"
        "ckeditor/ckeditor": "4.*"
	},