2017 © Pedro Peláez
 

library laravel-ckeditor

Laravel CKEditor

image

webbatools/laravel-ckeditor

Laravel CKEditor

  • Thursday, June 7, 2018
  • by bXi
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 18 Forks
  • 0 Open issues
  • 20 Versions
  • 0 % Grown

The README.md

Custom CKEditor integration with Laravel 5

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

Installation

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

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

    webbatools\LaravelCkEditor\ServiceProvider::class,
    
  3. Publish the public assets:, (*4)

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

Updating

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

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

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

Example:, (*8)

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

Example:, (*10)

<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