jacobfitzp/nova-tinymce
Composer 安装命令:
composer require jacobfitzp/nova-tinymce
包简介
A Laravel Nova field.
README 文档
README
Features
- 🔧 Fully configurable
- 🌄 Image uploads
- 🎨 Light and dark mode
Prerequisites
- Laravel >= 11
- PHP >= 8.0
- Laravel Nova >= 4
- TinyMCE API Key (get one here)
Installation
You can install the package via composer:
composer require jacobfitzp/nova-tinymce
Usage
Before you start using the TinyMCE field you need to set your API key, the easiest way to do this is by
setting TINYMCE_API_KEY environment variable. Alternatively you can publish the configuration file and set it there.
Now you can simply use the Tinymce field in your Nova resource:
Tinymce::make('Content') ->fullWidth(),
Configuration
Publish the configuration file:
php artisan vendor:publish --tag=nova-tinymce
Plugins
By default, a set of the most commonly used free plugins are enabled, you can change this to suit your needs by configuring
the plugins array.
Toolbar
By default, the toolbar is generated by TinyMCE. But you can easily customize it with the toolbar config.
Image uploads
Image uploads should work out of the box with Nova's default storage disk, while this is enough for most cases you can easily configure or even replace the server-side implementation.
storage_disk
The disk you want to use for image storage, if not provided then it falls back to Nova's default disk (nova.storage_disk).
storage_path
The path you want to store uploaded images in, by default its ./nova-tinymce.
storage_max
The maximum allowed filesize in kilobytes, defaults to 20,000 (20MB).
storage_endpoint
Relative path to the API endpoint responsible for handling image uploads, generally you shouldn't need to touch this as one is provided, but if you have very specific requirements you can override it with your own endpoint.
The endpoint needs to accept a POST request with a file (file), and respond a URL to the uploaded image in the following
format:
{ "location": "https://example-cdn.com/nova-tintmce/my-image.jpg" }
Everything else
For most other things you can pass configuration options directly to the editor component via the init configuration property.
License
The MIT License (MIT). Please see License File for more information.
jacobfitzp/nova-tinymce 适用场景与选型建议
jacobfitzp/nova-tinymce 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 2.48k 次下载、GitHub Stars 达 2, 最近一次更新时间为 2024 年 06 月 06 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「nova」 「laravel」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 jacobfitzp/nova-tinymce 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 jacobfitzp/nova-tinymce 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 jacobfitzp/nova-tinymce 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
A Laravel Nova card that shows you your system information.
A Laravel Nova card.
A Laravel Nova package for publishable fields
A Laravel Nova package for translatable fields
A Laravel Nova Image field. you can paste or drag or chose an image
A Laravel Nova Mail testing tool.
统计信息
- 总下载量: 2.48k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 9
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-06-06
