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

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

outl1ne/nova-inline-text-field
==============================

A Laravel Nova inline text field.

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

Since Oct 21Pushed 1y ago2 watchersCompare

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

READMEChangelog (10)Dependencies (1)Versions (15)Used By (2)

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

47

—

FairBetter than 94% of packages

Maintenance41

Moderate activity, may be stable

Popularity47

Moderate usage in the ecosystem

Community23

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

419d 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/outl1ne-nova-inline-text-field/health.svg)

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

###  Alternatives

[alexwenzel/nova-dependency-container

A Laravel Nova 4 form container for grouping fields that depend on other field values.

461.0M2](/packages/alexwenzel-nova-dependency-container)[outl1ne/nova-simple-repeatable

A Laravel Nova simple repeatable rows field.

74356.3k](/packages/outl1ne-nova-simple-repeatable)[simplesquid/nova-enum-field

A Laravel Nova field to add enums to resources.

52391.9k2](/packages/simplesquid-nova-enum-field)[sietse85/nova-button

(Nova 4+) A Laravel Nova package for adding buttons to your resources.

37347.3k](/packages/sietse85-nova-button)[optimistdigital/nova-notes-field

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

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

A Laravel Nova Color Picker field.

26249.4k](/packages/outl1ne-nova-color-field)

PHPackages © 2026

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