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

AbandonedArchivedLibrary

marshmallow/nova-tags-field
===========================

A tags field for Nova apps

v1.1.1(5y ago)16.5k[2 PRs](https://github.com/marshmallow-packages/nova-tags-field/pulls)MITVuePHP ^7.1|^8.0

Since Jul 2Pushed 4y ago1 watchersCompare

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

READMEChangelogDependencies (3)Versions (8)Used By (0)

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

A tags field for Nova apps
==========================

[](#a-tags-field-for-nova-apps)

[![Version](https://camo.githubusercontent.com/ebc94158e3b0f290a8b49776af97ae58de8ab8486e49bb99c8bddf17312925bc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d617273686d616c6c6f772f6e6f76612d746167732d6669656c64)](https://github.com/marshmallow-packages/nova-tags-field)[![Issues](https://camo.githubusercontent.com/ca03bafb6c3d484df88c7d7793d0b584ab573b1ccf4ffa547378720f995bfd92/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f6d617273686d616c6c6f772d7061636b616765732f6e6f76612d746167732d6669656c64)](https://github.com/marshmallow-packages/nova-tags-field)[![Licence](https://camo.githubusercontent.com/d860f7e48a6f6cd6f28051ed2abe63949c7294646eef691cacf967647d31d0a8/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6d617273686d616c6c6f772d7061636b616765732f6e6f76612d746167732d6669656c64)](https://github.com/marshmallow-packages/nova-tags-field)[![PHP Syntax Checker](https://github.com/marshmallow-packages/nova-tags-field/workflows/PHP%20Syntax%20Checker/badge.svg)](https://github.com/marshmallow-packages/nova-tags-field/workflows/PHP%20Syntax%20Checker/badge.svg)

A Laravel Nova field for storing tags on a model in one column. This will be stored as a JSON string.

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

[](#installation)

You can install the package via composer:

```
composer require marshmallow/nova-tags-field
```

Usage
-----

[](#usage)

Prepare your resources and models to make use of the taggable fields.

### Nova Resource

[](#nova-resource)

Add the tags field to your Nova resource.

```
use Marshmallow\TagsField\Tags;

public function fields(Request $request)
{
    Tags::make('Tags'),
}
```

### Model

[](#model)

Cast the columns where you want to store your tags as an array. Otherwise creating resources will fail.

```
protected $casts = [
    'tags' => 'array'
];
```

Options
-------

[](#options)

```
use Marshmallow\TagsField\Tags;

public function fields(Request $request)
{
    Tags::make('Tags')->addMoreText('Add another...'),
}
```

Changelog
---------

[](#changelog)

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

Security
--------

[](#security)

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

Credits
-------

[](#credits)

- [All Contributors](../../contributors)
- Package is based on [nova-tags-field from Spatie](https://github.com/spatie/nova-tags-field)

License
-------

[](#license)

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

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 86.2% 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 ~92 days

Total

4

Last Release

1861d ago

PHP version history (2 changes)v1.0.0PHP &gt;=7.1.0

v1.1.1PHP ^7.1|^8.0

### 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 (25 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (4 commits)")

---

Tags

laravelnovamarshmallowtag field

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[inspheric/nova-defaultable

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

51174.8k1](/packages/inspheric-nova-defaultable)[cybercog/laravel-nova-ban

A Laravel Nova banning functionality for your application.

40199.8k](/packages/cybercog-laravel-nova-ban)[datomatic/nova-detached-actions

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

11229.2k](/packages/datomatic-nova-detached-actions)[padocia/laravel-nova-pdf

Generate Pdf from nova resources

2326.5k](/packages/padocia-laravel-nova-pdf)

PHPackages © 2026

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