PHPackages                             solution-forest/filament-unlayer - 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. solution-forest/filament-unlayer

ActiveLibrary

solution-forest/filament-unlayer
================================

This is my package filament-unlayer

2.0.6(10mo ago)3347[1 issues](https://github.com/solutionforest/filament-unlayer/issues)MITPHPPHP ^8.1

Since Nov 1Pushed 10mo ago2 watchersCompare

[ Source](https://github.com/solutionforest/filament-unlayer)[ Packagist](https://packagist.org/packages/solution-forest/filament-unlayer)[ Docs](https://github.com/solutionforest/filament-unlayer)[ RSS](/packages/solution-forest-filament-unlayer/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (7)Versions (8)Used By (0)

[![](https://github.com/solutionforest/.github/raw/main/docs/images/sf.png?raw=true)](https://solutionforest.com)

About Solution Forest
---------------------

[](#about-solution-forest)

[Solution Forest](https://solutionforest.com) Web development agency based in Hong Kong. We help customers to solve their problems. We Love Open Soruces.

We have built a collection of best-in-class products:

- [VantagoAds](https://vantagoads.com): A self manage Ads Server, Simplify Your Advertising Strategy.
- [GatherPro.events](https://gatherpro.events): A Event Photos management tools, Streamline Your Event Photos.
- [Website CMS Management](https://filamentphp.com/plugins/solution-forest-cms-website): Website CMS Management - Filament CMS Plugin
- [Filaletter](https://filaletter.solutionforest.net): Filaletter - Filament Newsletter Plugin

Filament-unlayer
================

[](#filament-unlayer)

[![Latest Version on Packagist](https://camo.githubusercontent.com/00cb0d4ab3954100aad64f63cf4fb242e3ac3f3dc3602ddc98c2781a39ba56b0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f736f6c7574696f6e2d666f726573742f66696c616d656e742d756e6c617965722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/solution-forest/filament-unlayer)[![Total Downloads](https://camo.githubusercontent.com/6832293e2205124646db8fbf842914cc090fb356bafca596e45a9b98869aadeb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f736f6c7574696f6e2d666f726573742f66696c616d656e742d756e6c617965722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/solution-forest/filament-unlayer)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

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

[](#installation)

You can install the package via composer:

```
composer require solution-forest/filament-unlayer
php artisan filament:assets
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="filament-unlayer-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="filament-unlayer-config"
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="filament-unlayer-views"
```

This is the contents of the published config file:

```
return [
];
```

Usage
-----

[](#usage)

This field will save both html and design data as json.

```
\SolutionForest\FilamentUnlayer\FilamentUnlayer::make('content');
```

Exporting html
--------------

[](#exporting-html)

Mount the html state by using function mountHtmlStateTo.

```
\SolutionForest\FilamentUnlayer\FilamentUnlayer::make('json-content')->mountHtmlStateTo('data.content');
Hidden::make('content');
```

Alternatively, get the html from the field data.

```
class EditRecord
{
    protected function mutateFormDataBeforeSave(array $data): array
    {
        $data['content'] = $data['json-content']['html'];
        return $data;
    }
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [kelseylee](https://github.com/solutionforest)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance48

Moderate activity, may be stable

Popularity17

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80% 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

Every ~50 days

Recently: every ~6 days

Total

6

Last Release

311d ago

Major Versions

0.1.3 → 2.0.32025-06-17

0.1.4 → 2.0.62025-07-11

### Community

Maintainers

![](https://www.gravatar.com/avatar/9499120912b47a170291b3b795ea0255f060d8500bd2988535e4e6faccee5c8d?d=identicon)[solutionforest](/maintainers/solutionforest)

---

Top Contributors

[![sfkelseylee](https://avatars.githubusercontent.com/u/138422247?v=4)](https://github.com/sfkelseylee "sfkelseylee (16 commits)")[![lam0819](https://avatars.githubusercontent.com/u/68211972?v=4)](https://github.com/lam0819 "lam0819 (4 commits)")

---

Tags

laravelSolution Forestfilament-unlayer

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/solution-forest-filament-unlayer/health.svg)

```
[![Health](https://phpackages.com/badges/solution-forest-filament-unlayer/health.svg)](https://phpackages.com/packages/solution-forest-filament-unlayer)
```

###  Alternatives

[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

320392.1k17](/packages/codewithdennis-filament-select-tree)[ralphjsmit/laravel-filament-components

A collection of reusable components for Filament.

10972.2k2](/packages/ralphjsmit-laravel-filament-components)[rawilk/filament-password-input

Enhanced password input component for filament.

52232.4k3](/packages/rawilk-filament-password-input)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[schmeits/filament-character-counter

This is a Filament character counter TextField and Textarea form field for Filament v4 and v5

33184.7k6](/packages/schmeits-filament-character-counter)[defstudio/filament-searchable-input

A searchable autocomplete input for Filament forms

3212.4k](/packages/defstudio-filament-searchable-input)

PHPackages © 2026

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