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.
I’m Mohamed Sabil, a full-stack web developer with nearly 15 years of experience, specializing in the TALL stack (Tailwind CSS, Alpine.js, Laravel, Livewire). I build modern, scalable web applications and actively contribute to open-source projects, including translating and reviewing Arabic locales as a member of Laravel/Lang.