nekoding/filament-cherry-markdown
最新稳定版本:v1.2.0
Composer 安装命令:
composer require nekoding/filament-cherry-markdown
包简介
Cherry markdown editor for filamentphp
README 文档
README
Implementation Cherry Markdown Editor for Filamentphp. Inspired from https://github.com/spatie/filament-markdown-editor
Installation
You can install the package via composer:
composer require nekoding/filament-cherry-markdown
Usage
use Nekoding\FilamentCherryMarkdown\CherryMarkdown; public static function form(Form $form): Form { return $form ->schema([ // other fields ... CherryMarkdown::make('detail') ->fileAttachmentsDisk('public') ->fileAttachmentsVisibility('public') ->required(), ]); }
Screenshot
Testing
composer test
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email enggartivandi@outlook.com instead of using the issue tracker.
Credits
Enggar Tivandi 💻 |
Fabien Karsegård 💻 |
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.
Contributors ✨
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!
统计信息
- 总下载量: 187
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-03-16
