rony-lang/filament-tinymce-editor
Composer 安装命令:
composer require rony-lang/filament-tinymce-editor
包简介
A TinyMce editor component With File Manager for Filament
README 文档
README
A TineMce integration for Filament Admin/Forms.
Installation
1-Install the package via composer
composer require rony-lang/filament-tinymce-editor
2-Publish assets
php artisan vendor:publish --provider="RonyLang\FilamentTinymceEditor\Providers\TinymceditorServiceProvider"
php artisan tinymce:install-assets
3-Migrate Database
php artisan migrate
4-For Add User Access To FileManager
Example UserId = 1
php artisan tinymce:editor --user=1
Usage
The editor extends the default Field class so most other methods available on that class can be used when adding it to a form.
use RonyLang\FilamentTinymceEditor\TinyEditor; TinyEditor::make('content') ->fileAttachmentsDisk('public') ->fileAttachmentsVisibility('public') ->fileAttachmentsDirectory('uploads') ->profile('default|simple|full|minimal|none|custom') ->rtl() ->resize('both') ->required();
Config
The plugin will work without publishing the config, but should you need to change any of the default settings you can publish the config file with the following Artisan command:
php artisan vendor:publish --tag="filament-tinymce-editor-config"
Profiles / Tools
The package comes with 4 profiles (or toolbars) out of the box. You can also use a pipe | to separate tools into groups. The default profile is the full set of tools.
'profiles' => [ 'default' => [ 'plugins' => 'accordion autoresize codesample directionality advlist link image lists preview pagebreak searchreplace wordcount code fullscreen insertdatetime media table emoticons', // Installing external plugins 'external_plugins' => [ 'paste_from_word' => 'https://unpkg.com/@pangaeatech/tinymce-paste-from-word-plugin@latest/index.js' ], 'toolbar' => 'undo redo removeformat | styles | bold italic | rtl ltr | alignjustify alignright aligncenter alignleft | numlist bullist outdent indent | forecolor backcolor | blockquote table toc hr | image link media codesample emoticons | wordcount fullscreen', 'upload_directory' => null, // Custom Configs 'custom_configs' => [ 'paste_webkit_styles' => 'color font-size', ] ], 'simple' => [ 'plugins' => 'autoresize directionality emoticons link wordcount', 'toolbar' => 'removeformat | bold italic | rtl ltr | numlist bullist | link emoticons', 'upload_directory' => null, ], 'minimal' => [ 'plugins' => 'link wordcount', 'toolbar' => 'bold italic link numlist bullist', 'upload_directory' => null, ], 'full' => [ 'plugins' => 'accordion autoresize codesample directionality advlist autolink link image lists charmap preview anchor pagebreak searchreplace wordcount visualblocks visualchars code fullscreen insertdatetime media table emoticons template help', 'toolbar' => 'undo redo removeformat | styles | bold italic | rtl ltr | alignjustify alignright aligncenter alignleft | numlist bullist outdent indent accordion | forecolor backcolor | blockquote table toc hr | image link anchor media codesample emoticons | visualblocks print preview wordcount fullscreen help', 'upload_directory' => null, ], ],
RTL Support
In order for things like text align to work properly with RTL languages you
can switch the direction key in the config to 'rtl'.
// config/filament-tinyeditor.php 'direction' => 'rtl'
Versioning
This project follow the Semantic Versioning guidelines.
License
Licensed under the MIT license, see LICENSE.md for details.
rony-lang/filament-tinymce-editor 适用场景与选型建议
rony-lang/filament-tinymce-editor 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 120 次下载、GitHub Stars 达 0, 最近一次更新时间为 2025 年 12 月 03 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「tinymce」 「laravel」 「filament」 「tinyeditor」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 rony-lang/filament-tinymce-editor 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 rony-lang/filament-tinymce-editor 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 rony-lang/filament-tinymce-editor 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
The file manager intended for using Laravel with CKEditor / TinyMCE / Colorbox
Adds links to data objects in TinyMCE editor
TinyMCE Silverstripe 4 inspired theme
A Laravel Package to integrate elFinder 2
A Laravel Nova field that provides integration of TinyMCE.
Alfabank REST API integration
统计信息
- 总下载量: 120
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 29
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-12-03