do6po/laravel-jodit

An easy way to use the Jodit editor with your Laravel Api service.

Maintainers

Package info

github.com/do6po/jodit-for-laravel

pkg:composer/do6po/laravel-jodit

Statistics

Installs: 304

Dependents: 0

Suggesters: 0

Stars: 6

Open Issues: 1

3.0.2 2025-12-10 15:51 UTC

This package is auto-updated.

Last update: 2026-03-10 16:27:17 UTC


README

An easy way to use the Jodit editor with your Laravel Api service.

Installation

The package can be installed via composer:

composer require do6po/laravel-jodit

If you are using Laravel version <= 5.4 or the package discovery is disabled, add the following providers in config/app.php:

'providers' => [
    Do6po\LaravelJodit\Providers\JoditServiceProvider::class,
]

Configuration

To configure the package you need to publish settings first:

php artisan vendor:publish --provider="Do6po\LaravelJodit\Providers\JoditServiceProvider" --tag=config

See comments inside the config: config/jodit.php.

License

The MIT License (MIT). Please see License File for more information.