PHPackages                             marshmallow/nova-placeholder - 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. marshmallow/nova-placeholder

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

marshmallow/nova-placeholder
============================

A placeholder field to just so some content on forms without any logic.

v1.1.0(1y ago)01.5k↓72.4%MITVuePHP ^8.0

Since Aug 9Pushed 3w ago2 watchersCompare

[ Source](https://github.com/marshmallow-packages/nova-placeholder-field)[ Packagist](https://packagist.org/packages/marshmallow/nova-placeholder)[ RSS](/packages/marshmallow-nova-placeholder/feed)WikiDiscussions main Synced yesterday

READMEChangelog (2)Dependencies (1)Versions (4)Used By (0)

[![alt text](https://camo.githubusercontent.com/f5450f299f5713ce2f04dd5a1ba7ce9960ed4568b3574e4c4ee3cddc75477253/68747470733a2f2f6d617273686d616c6c6f772e6465762f63646e2f6d656469612f6c6f676f2d7265642d3233377834362e706e67 "marshmallow.")](https://camo.githubusercontent.com/f5450f299f5713ce2f04dd5a1ba7ce9960ed4568b3574e4c4ee3cddc75477253/68747470733a2f2f6d617273686d616c6c6f772e6465762f63646e2f6d656469612f6c6f676f2d7265642d3233377834362e706e67)

Nova Placeholder field
======================

[](#nova-placeholder-field)

[![Latest Version on Packagist](https://camo.githubusercontent.com/1cfb5edf784885d0274fc349890ab077b6fe250092cbc372339e76d90a1a0487/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d617273686d616c6c6f772f6e6f76612d706c616365686f6c6465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/marshmallow/nova-placeholder)[![Total Downloads](https://camo.githubusercontent.com/00684a940454eb8a35f31f75aaaa1f5dd4650c3a89143f43840ecf487a38170c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d617273686d616c6c6f772f6e6f76612d706c616365686f6c6465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/marshmallow/nova-placeholder)[![Issues](https://camo.githubusercontent.com/72731c0232a1d785298bfbd57ce41f307270c3bf36706f4710a40a4fe1e0190c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f6d617273686d616c6c6f772d7061636b616765732f6e6f76612d706c616365686f6c6465722d6669656c643f7374796c653d666c61742d737175617265)](https://github.com/marshmallow-packages/nova-placeholder-field/issues)[![License](https://camo.githubusercontent.com/01d498a702bf0931d700ba8ae563be76d0c4bf819b1907698af79f02aa053391/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6d617273686d616c6c6f772d7061636b616765732f6e6f76612d706c616365686f6c6465722d6669656c643f7374796c653d666c61742d737175617265)](https://github.com/marshmallow-packages/nova-placeholder-field/blob/main/LICENSE.md)

A placeholder field to just show some content on forms without any logic.

This package adds a Placeholder field which you can use in Laravel Nova. It only outputs some HTML in the forms of your resource. This is not a field to store any data — it just displays some stuff.

[![Nova Placeholder field example](resources/img/example-nova-placeholder-field.png)](resources/img/example-nova-placeholder-field.png)

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

[](#installation)

Install the package via Composer:

```
composer require marshmallow/nova-placeholder
```

The service provider is auto-discovered, so there is nothing else to register.

Usage
-----

[](#usage)

Add the field to a Nova resource and pass the HTML you want to output to the `content()` method. That's it!

```
use Marshmallow\Placeholder\Placeholder;

Placeholder::make(__('Planning'))
    ->content('This lead is planned to be completed on august 1. This will be done by John Doe.Click here to view the full construction planning.'),
```

You can also render a Blade view instead of an inline string with the `view()` method. The first argument is the view name and the second is the data passed to it:

```
use Marshmallow\Placeholder\Placeholder;

Placeholder::make(__('Planning'))
    ->view('components.planning', [
        'lead' => $lead,
    ]),
```

The field never writes to the underlying model, so it is safe to use on create and update forms purely for display.

Changelog
---------

[](#changelog)

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

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Stef van Esch](https://github.com/stefvanesch)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance68

Regular maintenance activity

Popularity18

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity47

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 ~8 days

Total

2

Last Release

684d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/be33d2624e24c516e73892b0929447cc762f3622c024ab8d0d2a59042e5d2c7f?d=identicon)[marshmallow](/maintainers/marshmallow)

---

Top Contributors

[![stefvanesch](https://avatars.githubusercontent.com/u/46725619?v=4)](https://github.com/stefvanesch "stefvanesch (8 commits)")

---

Tags

laravelnova

### Embed Badge

![Health badge](/badges/marshmallow-nova-placeholder/health.svg)

```
[![Health](https://phpackages.com/badges/marshmallow-nova-placeholder/health.svg)](https://phpackages.com/packages/marshmallow-nova-placeholder)
```

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3453.7M8](/packages/optimistdigital-nova-multiselect-field)[inspheric/nova-defaultable

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

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

Boost your Laravel Nova with the TinyMCE editor.

17186.3k1](/packages/murdercode-nova4-tinymce-editor)[datomatic/nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

11273.0k](/packages/datomatic-nova-detached-actions)[wemersonrv/input-mask

A Laravel Nova custom field text with masks on input

1198.4k](/packages/wemersonrv-input-mask)

PHPackages © 2026

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