PHPackages                             digitalazgroup/nova-plain-text-field - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. digitalazgroup/nova-plain-text-field

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

digitalazgroup/nova-plain-text-field
====================================

A Laravel Nova plain text field.

0.0.4(7y ago)450.5k↓34.5%42MITPHPPHP &gt;=7.1.0

Since Oct 1Pushed 7y ago1 watchersCompare

[ Source](https://github.com/digitalazgroup/nova-plain-text-field)[ Packagist](https://packagist.org/packages/digitalazgroup/nova-plain-text-field)[ RSS](/packages/digitalazgroup-nova-plain-text-field/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (5)Used By (2)

Plain text field for Laravel Nova
=================================

[](#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
------------

[](#installation)

Via composer:

```
composer require digitalazgroup/nova-plain-text-field
```

Usage
-----

[](#usage)

```
use Digitalazgroup\PlainText\PlainText;

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

#### Index view

[](#index-view)

[![index view](https://raw.githubusercontent.com/digitalazgroup/nova-plain-text-field/master/docs/index.png "Index view")](https://raw.githubusercontent.com/digitalazgroup/nova-plain-text-field/master/docs/index.png)

#### Details view

[](#details-view)

[![details view](https://raw.githubusercontent.com/digitalazgroup/nova-plain-text-field/master/docs/show.png "Details view")](https://raw.githubusercontent.com/digitalazgroup/nova-plain-text-field/master/docs/show.png)

#### Update view

[](#update-view)

[![update view](https://raw.githubusercontent.com/digitalazgroup/nova-plain-text-field/master/docs/edit.png "Update view")](https://raw.githubusercontent.com/digitalazgroup/nova-plain-text-field/master/docs/edit.png)

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity34

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 77.8% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

4

Last Release

2786d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4c072b8f180937b863d556369f33151de368304ee02e6ab60d277cffa929c409?d=identicon)[justutiz](/maintainers/justutiz)

---

Top Contributors

[![justutiz](https://avatars.githubusercontent.com/u/6322926?v=4)](https://github.com/justutiz "justutiz (7 commits)")[![Elhebert](https://avatars.githubusercontent.com/u/3165079?v=4)](https://github.com/Elhebert "Elhebert (1 commits)")[![marcorivm](https://avatars.githubusercontent.com/u/1222598?v=4)](https://github.com/marcorivm "marcorivm (1 commits)")

---

Tags

laravelplain textnova

### Embed Badge

![Health badge](/badges/digitalazgroup-nova-plain-text-field/health.svg)

```
[![Health](https://phpackages.com/badges/digitalazgroup-nova-plain-text-field/health.svg)](https://phpackages.com/packages/digitalazgroup-nova-plain-text-field)
```

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[digital-creative/conditional-container

Provides an easy way to conditionally show and hide fields in your Nova resources.

116593.8k4](/packages/digital-creative-conditional-container)[genealabs/laravel-overridable-model

Provide a uniform method of allowing models to be overridden in Laravel.

92398.0k2](/packages/genealabs-laravel-overridable-model)[inspheric/nova-defaultable

Default values for Nova fields when creating resources and running resource actions.

51174.8k1](/packages/inspheric-nova-defaultable)[murdercode/nova4-tinymce-editor

Boost your Laravel Nova with the TinyMCE editor.

17165.2k](/packages/murdercode-nova4-tinymce-editor)[yieldstudio/nova-google-autocomplete

A Laravel Nova Google autocomplete field.

12218.4k](/packages/yieldstudio-nova-google-autocomplete)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
