2017 © Pedro Peláez
 

library laravel-ckeditor

JavaScript WYSIWYG web text editor (for laravel).

image

unisharp/laravel-ckeditor

JavaScript WYSIWYG web text editor (for laravel).

  • Tuesday, January 30, 2018
  • by storyn26383
  • Repository
  • 11 Watchers
  • 192 Stars
  • 168,177 Installations
  • JavaScript
  • 9 Dependents
  • 0 Suggesters
  • 271 Forks
  • 13 Open issues
  • 7 Versions
  • 13 % Grown

The README.md

CKEditor Package

Note

This is NOT the official CKEDITOR package., (*1)

CKEDITOR officially has its own composer package since 2014. Instead of using this package, we recommend you follow the official CKEditor installation instructions with package managers, (*2)

Installation

Set up package

composer require unisharp/laravel-ckeditor

Add ServiceProvider

For Laravel 5.5+ you can skip this step., (*3)

For Laravel 5.4 and earlier edit config/app.php, add the following file to Application Service Providers section., (*4)

Unisharp\Ckeditor\ServiceProvider::class,

Publish the resources

php artisan vendor:publish --tag=ckeditor

Usage

Default way (initiate by name or id) :, (*5)

    <script src="/vendor/unisharp/laravel-ckeditor/ckeditor.js"></script>
    <script>
        CKEDITOR.replace( 'article-ckeditor' );
    </script>

Or if you want to initiate by jQuery selector :, (*6)

    <script src="/vendor/unisharp/laravel-ckeditor/ckeditor.js"></script>
    <script src="/vendor/unisharp/laravel-ckeditor/adapters/jquery.js"></script>
    <script>
        $('textarea').ckeditor();
        // $('.textarea').ckeditor(); // if class is prefered.
    </script>

File Uploader Integration

Instead of using KCFinder, we recommend laravel-filemanager for the file uploader integration for better laravel user access control and specific per user folders., (*7)

The Versions

30/01 2018

dev-master

9999999-dev http://ckeditor.com

JavaScript WYSIWYG web text editor (for laravel).

  Sources   Download

GPL-2.0+ LGPL-2.1+ MPL-1.1+

The Requires

 

laravel javascript html ckeditor text editor wysiwyg fckeditor richtext

01/11 2017

4.7.2

4.7.2.0 http://ckeditor.com

JavaScript WYSIWYG web text editor (for laravel).

  Sources   Download

GPL-2.0+ LGPL-2.1+ MPL-1.1+

The Requires

 

laravel javascript html ckeditor text editor wysiwyg fckeditor richtext

03/02 2017

4.6.2

4.6.2.0 http://ckeditor.com

JavaScript WYSIWYG web text editor (for laravel).

  Sources   Download

GPL-2.0+ LGPL-2.1+ MPL-1.1+

The Requires

 

laravel javascript html ckeditor text editor wysiwyg fckeditor richtext

16/02 2016

4.5.7

4.5.7.0 http://ckeditor.com

JavaScript WYSIWYG web text editor (for laravel).

  Sources   Download

GPL-2.0+ LGPL-2.1+ MPL-1.1+

The Requires

 

laravel javascript html ckeditor text editor wysiwyg fckeditor richtext

16/01 2016

4.5.6

4.5.6.0 http://ckeditor.com

JavaScript WYSIWYG web text editor (for laravel).

  Sources   Download

GPL-2.0+ LGPL-2.1+ MPL-1.1+

The Requires

 

laravel javascript html ckeditor text editor wysiwyg fckeditor richtext

02/10 2015

4.5.1

4.5.1.0 http://ckeditor.com

JavaScript WYSIWYG web text editor (for laravel).

  Sources   Download

GPL-2.0+ LGPL-2.1+ MPL-1.1+

The Requires

 

laravel javascript html ckeditor text editor wysiwyg fckeditor richtext

07/08 2015

4.5

4.5.0.0 http://ckeditor.com

JavaScript WYSIWYG web text editor (for laravel).

  Sources   Download

GPL-2.0+ LGPL-2.1+ MPL-1.1+

The Requires

 

laravel javascript html ckeditor text editor wysiwyg fckeditor richtext