Download the PHP package jackfumanchu/markdown-live-bundle without Composer
On this page you can find all versions of the php package jackfumanchu/markdown-live-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jackfumanchu/markdown-live-bundle
More information about jackfumanchu/markdown-live-bundle
Files in jackfumanchu/markdown-live-bundle
Download jackfumanchu/markdown-live-bundle
More information about jackfumanchu/markdown-live-bundle
Files in jackfumanchu/markdown-live-bundle
Vendor jackfumanchu
Package markdown-live-bundle
Short Description Symfony bundle providing a Markdown form field with live preview, powered by Symfony UX Live Components. Works in EasyAdmin and standard Symfony forms.
License MIT
Homepage https://github.com/jackfumanchu/markdown-live-bundle
Package markdown-live-bundle
Short Description Symfony bundle providing a Markdown form field with live preview, powered by Symfony UX Live Components. Works in EasyAdmin and standard Symfony forms.
License MIT
Homepage https://github.com/jackfumanchu/markdown-live-bundle
Please rate this library. Is it a good library?
Informations about the package markdown-live-bundle
Markdown Live Bundle
A Symfony bundle that provides a Markdown form field with live preview, powered by Symfony UX Live Components. Works both in EasyAdmin and in standard Symfony forms.
Requirements
- PHP 8.2+
- Symfony 7.0+ or 8.0+
- Symfony UX Live Components 2.0+
- EasyAdmin 4.0+ or 5.0+ (only if you want to use the EasyAdmin field)
Installation
Then add the stimulus-textarea-autogrow package to your importmap:
The bundle throws a clear error at cache warmup if this package is missing.
Usage
In EasyAdmin
Use MarkdownField in your CRUD controllers:
In standard Symfony forms
- Add the form theme to your Twig configuration:
Or apply it per-template:
- Use
MarkdownTypein your form classes:
Options
MarkdownType supports the following options:
| Option | Type | Default | Description |
|---|---|---|---|
preview |
bool |
true |
Show the live Markdown preview panel |
debounce |
int |
300 |
Debounce delay in milliseconds |
License
MIT
All versions of markdown-live-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.2
symfony/framework-bundle Version ^7.0 || ^8.0
symfony/ux-live-component Version ^2.0
symfony/ux-twig-component Version ^2.0
league/commonmark Version ^2.0
twig/markdown-extra Version ^3.0
easycorp/easyadmin-bundle Version ^4.0 || ^5.0
symfony/framework-bundle Version ^7.0 || ^8.0
symfony/ux-live-component Version ^2.0
symfony/ux-twig-component Version ^2.0
league/commonmark Version ^2.0
twig/markdown-extra Version ^3.0
easycorp/easyadmin-bundle Version ^4.0 || ^5.0
The package jackfumanchu/markdown-live-bundle contains the following files
Loading the files please wait ...