Laravel Community Tools by Tighten
Laravel Nova icon Nova Packages
P

Plain Text Field

Installation Instructions

Installation

Via composer:

composer require digitalazgroup/nova-plain-text-field

Readme

Plain text field for Laravel Nova

This field lets you to show non-editable field in update form. I use this only when creating is disabled for resource so feel free to make a Pull Request.

Installation

Via composer:

composer require digitalazgroup/nova-plain-text-field

Usage

use Digitalazgroup\PlainText\PlainText;

public function fields(Request $request)
{
    return [
        PlainText::make('Area');
    ];
}

Index view

index view

Details view

details view

Update view

update view

Screenshots

Back to Top
Added 7 years ago
Last updated 7 Years Ago
Version 0.0.4
Composer
digitalazgroup/nova-plain-text-field
GitHub stars 4
Packagist downloads 49,977

Favorites

2 users favorited

Rating

5.00
(out of 5)
★★★★★
★★★★
★★★
★★
2 ratings

Author

Contributors

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas