do6po / laravel-jodit
An easy way to use the Jodit editor with your Laravel Api service.
Installs: 292
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 1
Forks: 6
Open Issues: 1
pkg:composer/do6po/laravel-jodit
Requires
- php: ^8.2
- ext-dom: *
- ext-gd: *
- ext-json: *
- illuminate/cache: ^11|^12
- illuminate/filesystem: ^11|^12
- illuminate/http: ^11|^12
Requires (Dev)
- fakerphp/faker: ^1.9.1
- laravel/framework: ^11|^12
- mockery/mockery: ^1.0
- orchestra/testbench: ^9|^10
- phpunit/phpunit: ^10|^11
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.