outl1ne/nova-inline-text-field

A Laravel Nova inline text field.

Maintainers

👁 Tarpsvo

Package info

github.com/outl1ne/nova-inline-text-field

Language:Vue

pkg:composer/outl1ne/nova-inline-text-field

Statistics

Installs: 296 824

Dependents: 2

Suggesters: 0

Stars: 23

Open Issues: 6

3.0.1 2025-03-25 14:15 UTC

Requires

  • php: >=8.0
  • laravel/nova: ^4.12.4|^5.0

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT cff8856458d863de7f1688d877d6f683008a3f36

textnovainlinelaravelfield

This package is auto-updated.

Last update: 2026-06-25 17:10:15 UTC


README

👁 Latest Version on Packagist
👁 Total Downloads

This Laravel Nova package adds an inline text field to Nova's arsenal of fields.

Requirements

  • php: >=8.0
  • laravel/nova: ^4.0

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

👁 Index page

Installation

Install the package in to a Laravel app that uses Nova via composer:

composer require outl1ne/nova-inline-text-field

Usage

General

use Outl1ne\NovaInlineTextField\InlineText;

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

Credits

License

Nova Inline Text Field is open-sourced software licensed under the MIT license.