cruddy / ckeditor
There is no license information available for the latest version (v0.5.0) of this package.
A CKEditor for Cruddy.
v0.5.0
2015-12-22 06:07 UTC
Requires
- php: >=5.5.9
- illuminate/support: 5.1 - 5.2
- kalnoy/cruddy: 0.5.*
This package is auto-updated.
Last update: 2026-03-06 23:34:45 UTC
README
Installation
composer require cruddy/ckeditor:0.5.*@dev
Include a service provider:
'Kalnoy\Cruddy\CKEditor\CKEditorServiceProvider',
Publish assets:
php artisan vendor:publish --tag="public"
Usage
$schema->ckedit('description');
Providing configuration:
$schema->ckedit('description')->config([ 'skin' => 'myskin,/myskin/', ]);