2017 © Pedro Peláez
 

library laravel-ckeditor

JavaScript WYSIWYG web text editor (for laravel).

image

facilinfo/laravel-ckeditor

JavaScript WYSIWYG web text editor (for laravel).

  • Tuesday, January 19, 2016
  • by facilinfo
  • Repository
  • 2 Watchers
  • 1 Stars
  • 35 Installations
  • JavaScript
  • 1 Dependents
  • 0 Suggesters
  • 268 Forks
  • 0 Open issues
  • 6 Versions
  • 75 % Grown

The README.md

CKEditor Package

Installation

Set up package

composer require unisharp/laravel-ckeditor
php artisan vendor:publish --tag=ckeditor

Add ServiceProvider

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

Unisharp\Ckeditor\ServiceProvider::class,

Usage

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

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

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

    <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 Uplader 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., (*4)

The Versions

19/01 2016

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

19/01 2016

4.5.8

4.5.8.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

19/01 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