Skip to content

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

License

Notifications You must be signed in to change notification settings

FDT2k/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 [email protected] instead of using the issue tracker.

Credits

Enggar Tivandi
Enggar Tivandi

💻

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

Releases

No releases published

Packages

No packages published

Languages

  • Blade 57.8%
  • PHP 41.8%
  • JavaScript 0.4%