2lenet/crudit-bundle
Symfony bundle to rapidly build configurable CRUD back offices with SB Admin layout. Provides list views with pagination, sorting, actions, exports and batch ops, plus datasources, filters, menus, workflows, maps, markdown and Twig helpers.
Crudit support Markdown by providing
Lle\CruditBundle\Form\Type\MarkdownType).Lle\CruditBundle\Field\MarkdownField).If it's not done yet, install EasyMDE package:
npm install easymde
then run
npm run watch
Usage in form builder:
$builder->add('description', MarkdownType::class);
The rendering in the form will be:

Make sure these packages are installed
composer require twig/markdown-extra twig/extra-bundle league/commonmark
Usage in CrudConfig:
$description = Field::new('description')->setType(MarkdownField::class);
The rendering in the page will be:

How can I help you explore Laravel packages today?