PHPackages                             shizuco/nova-inline-multiselect-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. shizuco/nova-inline-multiselect-field

ActiveLibrary

shizuco/nova-inline-multiselect-field
=====================================

A Laravel Nova inline multiselect field.

00Vue

Since Feb 15Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Shizuco/nova-inline-multiselect-field)[ Packagist](https://packagist.org/packages/shizuco/nova-inline-multiselect-field)[ RSS](/packages/shizuco-nova-inline-multiselect-field/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Nova Inline Text Field
======================

[](#nova-inline-text-field)

[![Latest Version on Packagist](https://camo.githubusercontent.com/1cbd301dfbf6820dcf5ac03ee1e0feb7185790f517b865cb1f87d628a477a7ae/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6f75746c316e652f6e6f76612d696e6c696e652d746578742d6669656c642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/outl1ne/nova-inline-text-field)[![Total Downloads](https://camo.githubusercontent.com/571495788a46e2b10ffbdaacf27bf6f51e005d3a2abf0d73dfd2c95d31069eb2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6f75746c316e652f6e6f76612d696e6c696e652d746578742d6669656c642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/outl1ne/nova-inline-text-field)

This [Laravel Nova](https://nova.laravel.com/) package adds an inline text field to Nova's arsenal of fields.

Requirements
------------

[](#requirements)

- `php: >=8.0`
- `laravel/nova: ^4.0`

Features
--------

[](#features)

A simple text field that allows the user to edit the value on Index and Detail views in addition to the Form view.

Screenshots
-----------

[](#screenshots)

[![Index page](./docs/demo.gif)](./docs/demo.gif)

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

[](#installation)

Install the package in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer:

```
composer require outl1ne/nova-inline-text-field
```

Usage
-----

[](#usage)

### General

[](#general)

```
use Outl1ne\NovaInlineTextField\InlineText;

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

Credits
-------

[](#credits)

- [Tarvo Reinpalu](https://github.com/tarpsvo)

License
-------

[](#license)

Nova Inline Text Field is open-sourced software licensed under the [MIT license](LICENSE.md).

###  Health Score

12

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity22

Early-stage or recently created project

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/18994174755b779dae3b887062786abf468574ba1766ff2b2183c571c79fba8f?d=identicon)[Shizuco](/maintainers/Shizuco)

### Embed Badge

![Health badge](/badges/shizuco-nova-inline-multiselect-field/health.svg)

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

PHPackages © 2026

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