Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.

johangit/backpack-ckeditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"