alizkarami/laravel-jodit

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

dev-main 2023-01-25 01:14 UTC

This package is auto-updated.

Last update: 2024-04-25 04:04:08 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.