Download the PHP package ktran/ckeditor-elfinder without Composer
On this page you can find all versions of the php package ktran/ckeditor-elfinder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package ckeditor-elfinder
CKeditor with Elfinder for Laravel
About
This is a solution to integrate a content editor into your project with a built-in file manager (using CKeditor in combination with Elfinder)
Features
- Use CKeditor to create a content editor
- Integrated Elfinder for image management
- Generate multiple sizes (thumbnail, medium, original) every time you upload an image file. (similar to wordpress)
- Upload files and integrate with Amazon S3
Installation
Require the ktran/ckeditor-elfinder
package in your composer.json
and update your dependencies:
Configuration
The defaults are set in config/ckeditor_elfinder.php
. Publish the config to copy the file to your own config:
Reference
This package is customized from CKeditor library [https://ckeditor.com/] and Elfinder Laravel package [https://github.com/barryvdh/laravel-elfinder]
How to use
-
Add the script and style to the blade view where you want to display the editor
-
Create a textarea element to use as an RTE
-
Add script config ckeditor
- enjoy your result
Author
Kevin Tran [[email protected]] [www.ktranblog.com]
All versions of ckeditor-elfinder with dependencies
illuminate/support Version ^5.5|^6|^7|^8
league/flysystem-aws-s3-v3 Version ^1.0
barryvdh/laravel-elfinder Version ^0.4.7
intervention/image Version ^2.5