johan-code/backpack-ckeditor

This package is abandoned and no longer maintained. No replacement package was suggested.

backpack laravel widget ckeditor with custom options

v1.0.3 2018-03-04 16:33 UTC

This package is auto-updated.

Last update: 2020-11-06 13:38:17 UTC


README

This package is not maintained now

Laravel Backpack CKeditor

CKeditor with customize:

  • pasted images removed width/height attributes (required for responsive sites)
  • source widget uses only allowed tags
  • remove undesirable buttons
  • table has default 100% width
  • pasted data has text value (not html)

Install on Laravel 5.5

  1. Install using composer (run in your terminal):
composer require johan-code/backpack-ckeditor
  1. Publish (run in your terminal):
php artisan vendor:publish --provider="JohanCode\BackpackCkeditor\ServiceProvider"