johan-code / backpack-ckeditor
backpack laravel widget ckeditor with custom options
Installs: 217
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
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
- Install using composer (run in your terminal):
composer require johan-code/backpack-ckeditor
- Publish (run in your terminal):
php artisan vendor:publish --provider="JohanCode\BackpackCkeditor\ServiceProvider"