| Install | |
|---|---|
composer require mohamedsabil83/filament-rich-editor-extra |
|
| Latest Version: | v1.2.0 |
Extra goodies for the Filament Forms RichEditor (v4). This package ships small, focused extensions that plug straight into your existing editor.
| Package Version | PHP Version | Laravel Version | Filament Forms Version |
|---|---|---|---|
| 1.x | 8.2+ | 11+ | 4.x |
You can install the package via composer:
composer require mohamedsabil83/filament-rich-editor-extra
Then run the package installer:
php artisan filament-rich-editor-extra:install
Once installed, all tools will be available for all RichEditor instances. The plugin registers itself automatically, so no additional configuration is required.
You’ll see two new toolbar buttons: LTR and RTL.
Example:
use Filament\Forms\Components\RichEditor;
RichEditor::make('content')
->label('Content')
->toolbarButtons([
'rtl', 'ltr',
]);
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.