LaravelPackages.net
Acme Inc.
Toggle sidebar
shizuco/nova-inline-multiselect-field

A Laravel Nova inline multiselect field.

0
0
About shizuco/nova-inline-multiselect-field

shizuco/nova-inline-multiselect-field is a Laravel package for a laravel nova inline multiselect field.. It currently has 0 GitHub stars and 0 downloads on Packagist. Install it with composer require shizuco/nova-inline-multiselect-field. Discover more Laravel packages by shizuco or browse all Laravel packages to compare alternatives.

Last updated

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.

Comments