定制 nekoding/filament-cherry-markdown 二次开发

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

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

nekoding/filament-cherry-markdown

最新稳定版本:v1.2.0

Composer 安装命令:

composer require nekoding/filament-cherry-markdown

包简介

Cherry markdown editor for filamentphp

README 文档

README

Banner

All Contributors

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

screenshot usage

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
Enggar Tivandi

💻
Fabien Karsegård
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

GitHub 信息

  • Stars: 5
  • Watchers: 1
  • Forks: 5
  • 开发语言: Blade

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-03-16