Download the PHP package bajadev/yii2-ckeditor without Composer
On this page you can find all versions of the php package bajadev/yii2-ckeditor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package yii2-ckeditor
CKEditor for Yii2 with file manager & upload
Install with composer:
"bajadev/yii2-ckeditor": "*"
or
composer require bajadev/yii2-ckeditor "*"
Controller:
public function actions()
{
return [
'browse-images' => [
'class' => 'bajadev\ckeditor\actions\BrowseAction',
'quality' => 80,
'maxWidth' => 800,
'maxHeight' => 800,
'useHash' => true,
'url' => '@web/contents/',
'path' => '@frontend/web/contents/',
],
'upload-images' => [
'class' => 'bajadev\ckeditor\actions\UploadAction',
'quality' => 80,
'maxWidth' => 800,
'maxHeight' => 800,
'useHash' => true,
'url' => '@web/contents/',
'path' => '@frontend/web/contents/',
],
];
}
View:
All versions of yii2-ckeditor with dependencies
PHP Build Version
Package Version
The package bajadev/yii2-ckeditor contains the following files
Loading the files please wait ....