Skip to content

nekoding/filament-cherry-markdown

Repository files navigation

Filament Cherry Markdown

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!

About

Cherry Markdown editor for filamentphp. Support file upload and markdown preview

Resources

License

Stars

Watchers

Forks

Packages

No packages published