PHPackages                             codingmonkeys/laravel-nova-inline-text - 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. codingmonkeys/laravel-nova-inline-text

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

codingmonkeys/laravel-nova-inline-text
======================================

A Laravel Nova field which allows updating texts inline.

0.1.7(3y ago)02.8k—0%MITPHPPHP ^7.3|^8.0CI passing

Since Jul 2Pushed 3y ago1 watchersCompare

[ Source](https://github.com/coding-monkeys-bv/laravel-nova-inline-text)[ Packagist](https://packagist.org/packages/codingmonkeys/laravel-nova-inline-text)[ RSS](/packages/codingmonkeys-laravel-nova-inline-text/feed)WikiDiscussions main Synced today

READMEChangelog (8)Dependencies (1)Versions (10)Used By (0)

Inline text field for Laravel Nova 4
====================================

[](#inline-text-field-for-laravel-nova-4)

A Laravel Nova field which allows updating texts inline.

Installation:

```
composer require codingmonkeys/laravel-nova-inline-text

```

Example:

```
InlineText::make('time')
    ->type('time')
    ->placeholder('##:##')
    ->rules('date_format:"H:i"')
    ->successMessage('The time has been updated!')
    ->help('hh:mm')
    ->resolveUsing(function ($value) {
        return Str::substr($value, 0, 5);
    }),

```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 91.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 ~10 days

Recently: every ~18 days

Total

8

Last Release

1387d ago

### Community

Maintainers

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

---

Top Contributors

[![voicecode-bv](https://avatars.githubusercontent.com/u/4598259?v=4)](https://github.com/voicecode-bv "voicecode-bv (11 commits)")[![markvdputten](https://avatars.githubusercontent.com/u/1622123?v=4)](https://github.com/markvdputten "markvdputten (1 commits)")

---

Tags

laravelnova

### Embed Badge

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

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

###  Alternatives

[ebess/advanced-nova-media-library

Laravel Nova tools for managing the Spatie media library.

6163.5M22](/packages/ebess-advanced-nova-media-library)[optimistdigital/nova-sortable

This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag &amp; drop.

2852.1M6](/packages/optimistdigital-nova-sortable)[outl1ne/nova-sortable

This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag &amp; drop.

2862.1M9](/packages/outl1ne-nova-sortable)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17878.9k](/packages/markwalet-nova-modal-response)[advoor/nova-editor-js

A Laravel Nova field bringing EditorJs magic to Nova.

92219.3k3](/packages/advoor-nova-editor-js)[outl1ne/nova-page-manager

Page(s) and region(s) manager for Laravel Nova.

17947.0k](/packages/outl1ne-nova-page-manager)

PHPackages © 2026

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