Looking to hire Laravel developers? Try LaraJobs

nova-inline-text-field maintained by outl1ne

Description
A Laravel Nova inline text field.
Last update
2025/03/25 15:15 (dev-main)
License
Links
Downloads
248 426
Tags

Comments
comments powered by Disqus

Nova Inline Text Field

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.