Implementation Cherry Markdown Editor for Filamentphp. Inspired from https://github.com/spatie/filament-markdown-editor
You can install the package via composer:
composer require nekoding/filament-cherry-markdown
use Nekoding\FilamentCherryMarkdown\CherryMarkdown;
public static function form(Form $form): Form
{
return $form
->schema([
// other fields ...
CherryMarkdown::make('detail')
->fileAttachmentsDisk('public')
->fileAttachmentsVisibility('public')
->required(),
]);
}
composer test
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Enggar Tivandi 💻 |
Fabien Karsegård 💻 |
The MIT License (MIT). Please see License File for more information.
This package was generated using the Laravel Package Boilerplate.
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!