An easy way to use the Jodit editor with your Laravel Api service.
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,
]
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
.
The MIT License (MIT). Please see License File for more information.