2017 © Pedro Peláez
 

library laravel-ckeditor

Laravel CKEditor

image

jeroennoten/laravel-ckeditor

Laravel CKEditor

  • Tuesday, January 31, 2017
  • by JeroenNoten
  • Repository
  • 2 Watchers
  • 27 Stars
  • 10,588 Installations
  • HTML
  • 4 Dependents
  • 0 Suggesters
  • 18 Forks
  • 9 Open issues
  • 19 Versions
  • 11 % Grown

The README.md

Easy CKEditor integration with Laravel 5

Build Status, (*1)

This package provides an easy way to set up CKEditor with Laravel 5. I think CKEditor is the best free WYSIWYG editors available. This package makes it super easy to use the editor with Laravel 5. It provides a custom blade directive @ckeditor('textareaId') to quickly integrate it in your forms., (*2)

Installation

  1. Require the package using composer:, (*3)

    composer require jeroennoten/laravel-ckeditor
    
  2. Add the service provider to the providers in config/app.php:, (*4)

    JeroenNoten\LaravelCkEditor\ServiceProvider::class,
    
  3. Publish the public assets:, (*5)

    php artisan vendor:publish --tag=ckeditor-assets
    

Updating

  1. To update this package, first update the composer package:, (*6)

    composer update jeroennoten/laravel-ckeditor
    
  2. Then, publish the public assets with the --force flag to overwrite existing files, (*7)

    php artisan vendor:publish --tag=ckeditor-assets --force
    

Usage

The package provides a custom blade directive @ckeditor('textareaId') that transforms a <textarea> into a CkEditor instance. Give your <textarea> an id attribute and add the blade directive at the bottom of your page, with the identifier of the <textarea>., (*8)

Example:, (*9)

<textarea id="bodyField"></textarea>

@ckeditor('bodyField')

Configuration

If you need to configure the CkEditor instance, you can do that by passing a second argument with all options into the blade directive. Refer to the CkEditor config documentation to discover all possible options., (*10)

Example:, (*11)

<textarea id="bodyField"></textarea>

@ckeditor('bodyField', ['height' => 500])

The Versions

15/08 2016

v3.2.0

3.2.0.0

Laravel CKEditor

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jeroen Noten

laravel ckeditor wysiwyg

03/08 2016

v3.1.1

3.1.1.0

Laravel CKEditor

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jeroen Noten

laravel ckeditor wysiwyg

03/08 2016

v3.1.0

3.1.0.0

Laravel CKEditor

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jeroen Noten

laravel ckeditor wysiwyg

14/07 2016

v3.0.0

3.0.0.0

Laravel CKEditor

  Sources   Download

MIT

The Requires

 

by Jeroen Noten

laravel ckeditor wysiwyg

14/07 2016

v2.1.1

2.1.1.0

Laravel CKEditor

  Sources   Download

MIT

The Requires

 

by Jeroen Noten

laravel ckeditor wysiwyg

14/07 2016

v2.1.0

2.1.0.0

Laravel CKEditor

  Sources   Download

MIT

The Requires

 

by Jeroen Noten

laravel ckeditor wysiwyg

14/07 2016

v2.0.0

2.0.0.0

Laravel CKEditor

  Sources   Download

MIT

The Requires

 

by Jeroen Noten

laravel ckeditor wysiwyg

14/07 2016

v1.0.0

1.0.0.0

Laravel CKEditor

  Sources   Download

MIT

The Requires

 

by Jeroen Noten

laravel ckeditor wysiwyg