PHPackages                             guillaumeferron/post-content - 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. guillaumeferron/post-content

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

guillaumeferron/post-content
============================

A post content builder field for Laravel Nova.

1.1.0(5y ago)224.0k2[1 PRs](https://github.com/GuillaumeFerron/post-content/pulls)MITVuePHP &gt;=7.1.0

Since Dec 10Pushed 1y ago1 watchersCompare

[ Source](https://github.com/GuillaumeFerron/post-content)[ Packagist](https://packagist.org/packages/guillaumeferron/post-content)[ RSS](/packages/guillaumeferron-post-content/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (4)Used By (0)

Laravel Nova / Post Content
===========================

[](#laravel-nova--post-content)

This package adds a custom field to nova resources.

The field is a post content writer and supports images, videos, paragraphs and carousels.

[![PostContent Demo](public/images/demo.gif)](public/images/demo.gif)

[Demo Video](https://www.loom.com/share/eb8fee941c4d4050a9b8641f593c7800)

How it works
------------

[](#how-it-works)

This package adds orderable rows:

Currently this package only supports :

- Plain text paragraphs.
- Url-provided images.
- Url-provided videos (Youtube | Vimeo | Server Storage).
- Images / Videos carousels.

Installation and usage
----------------------

[](#installation-and-usage)

You may require this package using composer:

```
composer require guillaumeferron/post-content

```

You can directly use the PostContent in the `fields()` methods by relating it to a **longText** SQL attribute:

```
PostContent::make('attribute_name')

```

### Customization

[](#customization)

You can customize the field behavior :

##### withFields

[](#withfields)

```
PostContent::make('attribute_name')->withFields([options])

```

*Choose the fields to be added as new rows*

FunctionTypeDefaultValues-&gt;withFields(options)Array\['text', 'image', 'video', 'carousel'\]{'text', 'image', 'video', 'carousel'}##### withCarouselFields

[](#withcarouselfields)

```
PostContent::make('attribute_name')->withCarouselFields([options])

```

*Choose the fields to be added as new carousel's slides*

FunctionTypeDefaultValues-&gt;withCarouselFields(\[options\])Array\['image', 'video'\]{'image', 'video'}##### withFileManager

[](#withfilemanager)

```
PostContent::make('attribute_name')->withFileManager('url')

```

*Specify the file manager url if it exists. Recommendation: [Nova FileManager](https://packagist.org/packages/infinety-es/nova-filemanager)*

FunctionTypeDefault-&gt;withFileManager('url')String''##### hideHelpers

[](#hidehelpers)

```
PostContent::make('attribute_name')->hideHelpers()

```

*Hide the blue background helpers displayed when a row needs to be filled*

Roadmap
-------

[](#roadmap)

- Make the initial row dynamic depending on what fields are specified or not.
- Make the paragraphs' text editor WYSIWYG.
- Add the two columns options to the paragraphs.

License
-------

[](#license)

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

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~672 days

Total

2

Last Release

2040d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/99e1ae54bac886d73439fcc99b74719278ff2861e127adb5cb59cbc78bc2728e?d=identicon)[GuillaumeFerron](/maintainers/GuillaumeFerron)

---

Top Contributors

[![GuillaumeFerron](https://avatars.githubusercontent.com/u/11609053?v=4)](https://github.com/GuillaumeFerron "GuillaumeFerron (17 commits)")

---

Tags

laravelnova

### Embed Badge

![Health badge](/badges/guillaumeferron-post-content/health.svg)

```
[![Health](https://phpackages.com/badges/guillaumeferron-post-content/health.svg)](https://phpackages.com/packages/guillaumeferron-post-content)
```

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[digital-creative/conditional-container

Provides an easy way to conditionally show and hide fields in your Nova resources.

116593.8k4](/packages/digital-creative-conditional-container)[genealabs/laravel-overridable-model

Provide a uniform method of allowing models to be overridden in Laravel.

92398.0k2](/packages/genealabs-laravel-overridable-model)[inspheric/nova-defaultable

Default values for Nova fields when creating resources and running resource actions.

51174.8k1](/packages/inspheric-nova-defaultable)[murdercode/nova4-tinymce-editor

Boost your Laravel Nova with the TinyMCE editor.

17165.2k](/packages/murdercode-nova4-tinymce-editor)[yieldstudio/nova-google-autocomplete

A Laravel Nova Google autocomplete field.

12218.4k](/packages/yieldstudio-nova-google-autocomplete)

PHPackages © 2026

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