PHPackages                             optimistdigital/nova-inline-text-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. optimistdigital/nova-inline-text-field

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

optimistdigital/nova-inline-text-field
======================================

A Laravel Nova inline text field.

3.0.1(1y ago)2322.8k↓26.1%21[5 issues](https://github.com/outl1ne/nova-inline-text-field/issues)[1 PRs](https://github.com/outl1ne/nova-inline-text-field/pulls)MITVuePHP &gt;=8.0

Since Oct 21Pushed 1y ago2 watchersCompare

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

READMEChangelog (10)Dependencies (1)Versions (15)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

43

—

FairBetter than 89% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity39

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 81.7% 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 ~104 days

Recently: every ~213 days

Total

13

Last Release

465d ago

Major Versions

1.0.4 → 2.0.02022-07-20

2.0.5 → 3.0.02025-03-24

PHP version history (2 changes)1.0.0PHP &gt;=7.2.0

2.0.0PHP &gt;=8.0

### Community

Maintainers

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

---

Top Contributors

[![Tarpsvo](https://avatars.githubusercontent.com/u/2018660?v=4)](https://github.com/Tarpsvo "Tarpsvo (49 commits)")[![buttjer](https://avatars.githubusercontent.com/u/263026?v=4)](https://github.com/buttjer "buttjer (4 commits)")[![jeffersongoncalves](https://avatars.githubusercontent.com/u/411493?v=4)](https://github.com/jeffersongoncalves "jeffersongoncalves (2 commits)")[![KasparRosin](https://avatars.githubusercontent.com/u/33309407?v=4)](https://github.com/KasparRosin "KasparRosin (2 commits)")[![litvinchuk](https://avatars.githubusercontent.com/u/3016592?v=4)](https://github.com/litvinchuk "litvinchuk (2 commits)")[![ndrez-outl1ne](https://avatars.githubusercontent.com/u/117165508?v=4)](https://github.com/ndrez-outl1ne "ndrez-outl1ne (1 commits)")

---

Tags

laraveltextfieldinlinenova

### Embed Badge

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

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

###  Alternatives

[outl1ne/nova-inline-text-field

A Laravel Nova inline text field.

23299.3k2](/packages/outl1ne-nova-inline-text-field)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17878.9k](/packages/markwalet-nova-modal-response)[outl1ne/nova-color-field

A Laravel Nova Color Picker field.

26263.8k](/packages/outl1ne-nova-color-field)[optimistdigital/nova-color-field

A Laravel Nova Color Picker field.

26256.9k](/packages/optimistdigital-nova-color-field)[optimistdigital/nova-notes-field

This Laravel Nova package adds a notes field to Nova's arsenal of fields.

52145.0k](/packages/optimistdigital-nova-notes-field)

PHPackages © 2026

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