do6po/laravel-jodit

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

Installs: 283

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 1

Forks: 4

Open Issues: 1

pkg:composer/do6po/laravel-jodit

1.0.4 2021-12-20 08:21 UTC

This package is auto-updated.

Last update: 2025-09-29 02:43:30 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.