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

ActiveLibrary

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

A Laravel Nova field which allows updating texts inline.

0.1.7(3y ago)02.6k↓50%MITPHPPHP ^7.3|^8.0

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 1mo ago

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 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity48

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

1341d 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

[optimistdigital/nova-sortable

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

2872.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.

2861.8M9](/packages/outl1ne-nova-sortable)[laravel/nova-log-viewer

A Laravel Nova tool for viewing your application logs.

136301.3k1](/packages/laravel-nova-log-viewer)[stepanenko3/nova-command-runner

Laravel Nova tool for running Artisan and bash(shell) commands.

36983.0k](/packages/stepanenko3-nova-command-runner)[sbine/route-viewer

A Laravel Nova tool to view your registered routes.

57215.9k](/packages/sbine-route-viewer)[dniccum/nova-documentation

A Laravel Nova tool that allows you to add markdown-based documentation to your administrator's dashboard.

37116.4k](/packages/dniccum-nova-documentation)

PHPackages © 2026

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