nekoding / filament-cherry-markdown
Cherry markdown editor for filamentphp
Installs: 182
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 1
Forks: 5
Open Issues: 0
Language:Blade
Requires
- php: ^7.4|^8.0
- filament/filament: ^2.17
- spatie/laravel-package-tools: ^1.12
Requires (Dev)
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2025-03-04 14:11:02 UTC
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!