PHPackages                             masoudi/nova-textlist-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. masoudi/nova-textlist-field

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

masoudi/nova-textlist-field
===========================

text list field for the Laravel Nova

0.2(3y ago)35.8k↓45.3%MITVuePHP ^7.3|^8.0

Since Aug 8Pushed 3y ago2 watchersCompare

[ Source](https://github.com/rezamasoudi/nova-textlist-field)[ Packagist](https://packagist.org/packages/masoudi/nova-textlist-field)[ RSS](/packages/masoudi-nova-textlist-field/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

[![Latest Version on Packagist](https://camo.githubusercontent.com/c36be613ead089edaaf0a3e808657c0d671f2a0d077e723e936bb99c6b825e1a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d61736f7564692f6e6f76612d746578746c6973742d6669656c642e7376673f7374796c653d666c6174)](https://packagist.org/packages/masoudi/nova-textlist-field)[![Total Downloads](https://camo.githubusercontent.com/6011559ffce8a8652d975d17e37f4e9f20d82b1ba049867015938e5cd86e0ca8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d61736f7564692f6e6f76612d746578746c6973742d6669656c642e7376673f7374796c653d666c6174)](https://packagist.org/packages/masoudi/nova-textlist-field)[![License: MIT](https://camo.githubusercontent.com/59497bc4563dd468e37bbf539439e60cacf196f537f678b721a8efabf21c64ef/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d626c75652e7376673f7374796c653d666c6174)](https://opensource.org/licenses/MIT)

Laravel Nova Text List Field
============================

[](#laravel-nova-text-list-field)

Create JSON text list as simple

[![textlist](https://user-images.githubusercontent.com/109284641/183659934-e419a144-850e-4f50-8827-06ac1dc89628.gif)](https://user-images.githubusercontent.com/109284641/183659934-e419a144-850e-4f50-8827-06ac1dc89628.gif)

How to use
----------

[](#how-to-use)

Install package via Composer

```
composer require masoudi/nova-textlist-field
```

Cast field to array

```
class Post extends Model {

    protected $casts = [
        'labels' => 'array'
    ];

}
```

Add the `TextList` field at nova resource

```
    public function fields(NovaRequest $request)
    {
        return [
            ...

            TextList::make('Labels')->placeholder("Press enter to add"),
        ];
    }
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity43

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

Total

2

Last Release

1352d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7b448d28b1a97c9360d8d55b242f3d65142fc4c2e8daf6b0adfefcfd21cf5f7d?d=identicon)[reza\_masoudi](/maintainers/reza_masoudi)

---

Top Contributors

[![rezamasoudi](https://avatars.githubusercontent.com/u/109284641?v=4)](https://github.com/rezamasoudi "rezamasoudi (7 commits)")

---

Tags

laraveltagsinputnova

### Embed Badge

![Health badge](/badges/masoudi-nova-textlist-field/health.svg)

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

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[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)[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)[wemersonrv/input-mask

A Laravel Nova custom field text with masks on input

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

PHPackages © 2026

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