xetaio/xetaravel-ckeditor

A wrapper to use CKEditor with Laravel.
1,393
Install
composer require xetaio/xetaravel-ckeditor
Latest Version:v1.0.5
PHP:>=5.6.4
License:MIT
Last Updated:Apr 30, 2017
Links: GitHub  ·  Packagist
Maintainer: Xety

This is a wrapper to use CKEditor with Laravel.

Installation

composer require xetaio/xetaravel-ckeditor

Import the CkeditorServiceProvider in your config/app.php:

Xetaravel\Ckeditor\Providers\CkeditorServiceProvider::class

Publish the CKEditor to your public directory :

php artisan vendor:publish --tag=ckeditor

Usage

<script src="/vendor/ckeditor/release/ckeditor.js"></script>
<script>
    CKEDITOR.replace('name-go-here');
</script>

Update

To update CKEditor to a new version, first run :

composer update

Then, delete the folder public/vendor/release and run the artisan command again :

php artisan vendor:publish --tag=ckeditor

Note : Do not put any custom configuration files in the public/vendor/release directory. Instead put them in the public/vendor directory or somewhere else and attach them to the CKEDITOR instance.

Related Packages

jaikumar0101/livewire-editor-input

Premium Laravel Livewire WYSIWYG Editor Package with Alpine.js - CKEditor 4, CKE...

8 1
shigetaa/laravel5.4-tinymce

TinyMCE editor for Laravel Framework

1,110 3
jezielmartins/laravel-ckeditor

JavaScript WYSIWYG web text editor (for laravel).

96 0
waynestate/nova-ckeditor4-field

This nova package allows you to use CKEditor 4 for text areas.

783,863 62