do6po / laravel-jodit
An easy way to use the Jodit editor with your Laravel Api service.
1.0.4
2021-12-20 08:21 UTC
Requires
- php: ^7.4|^8
- ext-dom: *
- ext-gd: *
- ext-json: *
- illuminate/cache: ^7|^8
- illuminate/filesystem: ^7|^8
- illuminate/http: ^7|^8
Requires (Dev)
- fakerphp/faker: ^1.9.1
- laravel/framework: ^7|^8
- mockery/mockery: ^1.0
- orchestra/testbench: ^4|^5
- phpunit/phpunit: ^8|^9
This package is auto-updated.
Last update: 2024-10-30 01:32:04 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.