jeanfrancoisgb / nova-inline-text-field
A Laravel Nova inline text field.
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 21
Language:Vue
pkg:composer/jeanfrancoisgb/nova-inline-text-field
Requires
- php: >=8.0
- laravel/nova: ^4.12.4||^5.0
This package is auto-updated.
Last update: 2025-12-14 22:40:16 UTC
README
This Laravel Nova package adds an inline text field to Nova's arsenal of fields.
Requirements
php: >=8.0laravel/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
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.
