noin/filament-forms-tinyeditor
最新稳定版本:v3.0.1
Composer 安装命令:
composer require noin/filament-forms-tinyeditor
包简介
A TinyMce editor component for Filament
README 文档
README
📝 Overview
Filament Forms TinyEditor provides a TinyMCE editor field for your Filament forms.
It combines and improves upon two existing community plugins:
The goal is to unify both approaches into a single, reliable, and customizable TinyMCE integration for the Filament admin panel — offering an effortless way to add rich-text editing to your forms.
📦 Installation
Install the package via Composer:
composer require noin/filament-forms-tinyeditor
After installation, the TinyEditor field will be automatically registered and ready to use.
⚙️ Usage Example
Add the TinyEditor field to your Filament form:
use Noin\FilamentFormsTinyeditor\TinyEditor; TinyEditor::make('content');
⚙️ Configuration
You can publish the configuration file to customize the default TinyMCE settings:
php artisan vendor:publish --tag="filament-forms-tinyeditor-config"
This will create a configuration file at:
config/filament-forms-tinyeditor.php
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.
统计信息
- 总下载量: 1.07k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-08-11