PHPackages                             birdcar/markdown-filament - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. birdcar/markdown-filament

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

birdcar/markdown-filament
=========================

Filament integration for Birdcar Flavored Markdown

v0.1.0(1w ago)00MITPHPPHP ^8.2

Since May 29Pushed 1w agoCompare

[ Source](https://github.com/birdcar/markdown-filament)[ Packagist](https://packagist.org/packages/birdcar/markdown-filament)[ RSS](/packages/birdcar-markdown-filament/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (5)Versions (2)Used By (0)

birdcar/markdown-filament
=========================

[](#birdcarmarkdown-filament)

[Filament v4](https://filamentphp.com/) integration for [Birdcar Flavored Markdown](../../README.md) (BFM).

Provides drop-in replacements for Filament's markdown components that render through the BFM pipeline instead of the default CommonMark config.

Requirements
------------

[](#requirements)

- PHP 8.2+
- Filament 4.x
- `birdcar/markdown-laravel` (pulled in automatically)

Installation
------------

[](#installation)

```
composer require birdcar/markdown-filament
```

The service provider is auto-discovered. BFM styles are automatically registered as a Filament asset.

Components
----------

[](#components)

### `BfmEditor` (Form field)

[](#bfmeditor-form-field)

Drop-in replacement for `MarkdownEditor` with a server-rendered BFM preview.

```
use Birdcar\Markdown\Filament\Forms\Components\BfmEditor;

BfmEditor::make('body')
    ->previewDebounce(300) // optional, default is 300ms
    ->columnSpanFull();
```

The editor adds a Preview/Edit toggle button above the EasyMDE editor. Preview is rendered server-side through `Str::bfm()` so it matches your actual output exactly.

All standard `MarkdownEditor` methods work (file attachments, toolbar buttons, min/max height, etc.).

### `BfmTextColumn` (Table column)

[](#bfmtextcolumn-table-column)

Drop-in replacement for `TextColumn` that renders markdown content as BFM HTML.

```
use Birdcar\Markdown\Filament\Tables\Columns\BfmTextColumn;

BfmTextColumn::make('body');
```

### `BfmTextEntry` (Infolist entry)

[](#bfmtextentry-infolist-entry)

Drop-in replacement for `TextEntry` that renders markdown content as BFM HTML.

```
use Birdcar\Markdown\Filament\Infolists\Components\BfmTextEntry;

BfmTextEntry::make('body');
```

Publishable views
-----------------

[](#publishable-views)

```
php artisan vendor:publish --tag=bfm-filament-views
```

Publishes the Blade views to `resources/views/vendor/bfm-filament/`. Only do this if you need to customize the editor markup.

Gotchas
-------

[](#gotchas)

- **Filament v4 only.** This package uses `callSchemaComponentMethod` and `#[ExposedLivewireMethod]` which are v4 APIs. It will not work with Filament v3.
- **Preview is server-rendered.** Each preview toggle makes a Livewire round-trip. The `previewDebounce` option only applies if you wire up live preview (the default is toggle-based, not live).
- **BFM styles load automatically.** The service provider registers the CSS via `FilamentAsset::register()`. You don't need to add `@bfmStyles` in Filament panels — it's handled for you.
- **`BfmTextColumn` and `BfmTextEntry` call `->html()` internally.** Don't chain `->html()` again; it's already set up.
- **The Laravel package must be configured.** Render profile and resolvers are controlled by `config/bfm.php` from the Laravel package. The Filament package reads from the same converter singleton.

Development
-----------

[](#development)

```
cd packages/filament
composer install
composer test      # Run tests
composer analyse   # Run PHPStan (level 8)
```

Tests use Orchestra Testbench with Filament's `SchemasServiceProvider`. The `composer.json` includes path repositories pointing to both `../../` (core) and `../laravel` (Laravel package) for monorepo resolution.

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance98

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 Bus Factor1

Top contributor holds 50% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

11d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/434063?v=4)[Nick Cannariato](/maintainers/birdcar)[@birdcar](https://github.com/birdcar)

---

Top Contributors

[![birdcar](https://avatars.githubusercontent.com/u/434063?v=4)](https://github.com/birdcar "birdcar (1 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (1 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/birdcar-markdown-filament/health.svg)

```
[![Health](https://phpackages.com/badges/birdcar-markdown-filament/health.svg)](https://phpackages.com/packages/birdcar-markdown-filament)
```

###  Alternatives

[stephenjude/filament-feature-flags

Filament implementation of feature flags and segmentation with Laravel Pennant.

122157.7k1](/packages/stephenjude-filament-feature-flags)[dotswan/filament-map-picker

Easily pick and retrieve geo-coordinates using a map-based interface in your Filament applications.

127173.7k3](/packages/dotswan-filament-map-picker)[creagia/filament-code-field

A Filamentphp input field to edit or view code data.

57301.3k3](/packages/creagia-filament-code-field)[stephenjude/filament-blog

Filament Blog Builder

20518.8k](/packages/stephenjude-filament-blog)[crumbls/layup

A visual page builder plugin for Filament 5 — Divi-style grid layouts with extensible widgets.

591.7k1](/packages/crumbls-layup)[eduardoribeirodev/filament-leaflet

Um widget de mapa para FilamentPHP.

1912.2k](/packages/eduardoribeirodev-filament-leaflet)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
