Download the PHP package super-admin-org/ckeditor without Composer
On this page you can find all versions of the php package super-admin-org/ckeditor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download super-admin-org/ckeditor
More information about super-admin-org/ckeditor
Files in super-admin-org/ckeditor
Package ckeditor
Short Description Integrate CKEDITOR into super-admin
License MIT
Homepage https://github.com/super-admin-org/ckeditor
Informations about the package ckeditor
CKEditor Extension for Super Admin
A powerful Super Admin extension that seamlessly integrates the CKEditor 4 WYSIWYG editor into your admin panel forms. Replace plain textareas with a full-featured rich text editor — complete with formatting tools, image uploads, link management, and media browser integration.
Screenshot

Features
- Rich Text Editing — Full WYSIWYG editor with bold, italic, lists, headings, tables, and more
- Media Browser Integration — Browse and insert images directly from Super Admin's built-in media manager
- Link Management — Insert and edit links with a user-friendly dialog
- Global & Per-Field Configuration — Set defaults globally or customize each editor instance
- Multi-Language Support — Configure the editor UI in any supported language
- Custom Styling — Apply your own CSS to match the editor content with your frontend design
- Auto-Discovery — Works out of the box with Laravel's package auto-discovery
- Secure — Ships with CKEditor 4.25+, patched against known XSS vulnerabilities
Requirements
- PHP >= 7.0
- Laravel >= 7.0
- Super Admin >= 1.0
Installation
Step 1: Install the package via Composer:
Step 2: Publish the CKEditor assets:
That's it! The service provider is auto-discovered by Laravel.
Configuration
Add your editor settings in the extensions section of config/admin.php:
Available Configuration Options
| Option | Type | Description |
|---|---|---|
enable |
bool |
Enable or disable the extension |
config.language |
string |
Editor UI language ('en', 'de', 'fr', 'es', etc.) |
config.height |
int |
Editor height in pixels |
config.contentsCss |
string |
Path to custom CSS applied inside the editor |
For all available CKEditor options, see the CKEditor 4 Documentation.
Usage
Basic Usage
Add a CKEditor field to any Super Admin form:
With Custom Options
Override global config on a per-field basis using the options() method:
With Custom Content Styling
Match the editor's content area with your frontend styles:
Full Form Example
Here's a complete example of a blog post form with a CKEditor field:
Image & Media Browser
The extension integrates with Super Admin's media manager out of the box. When inserting an image or link in the editor, users can browse and select files from the media library — no extra configuration needed.
Troubleshooting
CKEditor not showing up
If the editor doesn't appear after installation, clear Laravel's compiled services and cached packages:
Then re-publish the assets:
Assets not loading
Make sure your web server can serve files from the public/vendor/ directory. After publishing, the CKEditor files should be located at:
Updating
To update the package and its CKEditor assets:
License
Licensed under The MIT License (MIT).
All versions of ckeditor with dependencies
laravel/framework Version >=7.0
super-admin-org/super-admin Version ^1.0
ckeditor/ckeditor Version ^4.25