mohamedsabil83/filament-rich-editor-extra
最新稳定版本:v1.0.0
Composer 安装命令:
composer require mohamedsabil83/filament-rich-editor-extra
包简介
A set of extra extensions for Filament RichEditor
README 文档
README
Extra goodies for the Filament Forms RichEditor (v4). This package ships small, focused extensions that plug straight into your existing editor.
Currently included:
- Text direction (LTR / RTL).
- More to come...
Requirements
| Package Version | PHP Version | Laravel Version | Filament Forms Version |
|---|---|---|---|
| 1.x | 8.2+ | 11+ | 4.x |
Installation
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
Usage
Once installed, all tools will be available for all RichEditor instances. The plugin registers itself automatically, so no additional configuration is required.
Text Direction
You’ll see two new toolbar buttons: LTR and RTL.
Example:
use Filament\Forms\Components\RichEditor; RichEditor::make('content') ->label('Content') ->toolbarButtons([ 'rtl', 'ltr', ]);
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 32
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-10-04
