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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package ckeditor

Super Admin Extension Latest Version Total Downloads License

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

field-ckeditor

Features

Requirements

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

PHP Build Version
Package Version
Requires php Version >=7.0.0
laravel/framework Version >=7.0
super-admin-org/super-admin Version ^1.0
ckeditor/ckeditor Version ^4.25
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package super-admin-org/ckeditor contains the following files

Loading the files please wait ...