2017 © Pedro Peláez
 

library laravel-ckeditor

JavaScript WYSIWYG web text editor (for laravel).

image

jezielmartins/laravel-ckeditor

JavaScript WYSIWYG web text editor (for laravel).

  • Sunday, July 9, 2017
  • by jezielmartins
  • Repository
  • 0 Watchers
  • 0 Stars
  • 18 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 265 Forks
  • 0 Open issues
  • 6 Versions
  • 13 % Grown

The README.md

CKEditor Package

p.s. Instead of using this package, I recommend just follow the official CKEditor installation instructions with package managers, (*1)

Installation

Set up package

composer require jezielmartins/laravel-ckeditor

Add ServiceProvider

Edit config/app.php, add the following file to Application Service Providers section., (*2)

jezielmartins\Ckeditor\ServiceProvider::class,

Publish the resources

php artisan vendor:publish --tag=ckeditor

Usage

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

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

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

    <script src="/vendor/jezielmartins/laravel-ckeditor/ckeditor.js"></script>
    <script src="/vendor/jezielmartins/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., (*5)

The Versions

09/07 2017

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

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