Registry / web-framework / mihaildev-yii2-ckeditor

mihaildev-yii2-ckeditor

JSON →
library1.0.1phppackagistunverified

Integrates CKEditor WYSIWYG editor into Yii2 forms.

composer require mihaildev/yii2-ckeditor
INSTALL
IMPORT
SIG · MIHAILDEV-YII2-CKE
M
mihaildev-yii2-ckeditor
web-frameworkphpv1.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

CKEditor
use mihaildev\ckeditor\CKEditor;

Render a CKEditor widget in a Yii2 ActiveForm field.

use mihaildev\ckeditor\CKEditor; $form->field($model, 'content')->widget(CKEditor::class, [ 'editorOptions' => [ 'preset' => 'full', 'inline' => false, ], ]);
Debug
Known issues
gotchaRequires Yii2 framework and may conflict with other CKEditor packages.
fix
Ensure only one CKEditor integration package is installed.
affects: >=1.0.0
Upgrade
Version history
1.0.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
mihaildev-yii2-ckeditor — pip install mihaildev-yii2-ckeditor · libregistry