定制 noin/filament-forms-tinyeditor 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

noin/filament-forms-tinyeditor

最新稳定版本:v3.0.1

Composer 安装命令:

composer require noin/filament-forms-tinyeditor

包简介

A TinyMce editor component for Filament

README 文档

README

Noin

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

📝 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

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 51
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-08-11