PHPackages                             orlyapps/nova-multiline-text - 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. orlyapps/nova-multiline-text

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

orlyapps/nova-multiline-text
============================

A Laravel Nova field.

0.0.1(7y ago)7138.4k↓30%1[3 issues](https://github.com/orlyapps/nova-multiline-text/issues)[1 PRs](https://github.com/orlyapps/nova-multiline-text/pulls)MITPHPPHP &gt;=7.1.0

Since Aug 31Pushed 5y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (3)Used By (0)

Nova Multiline Field
====================

[](#nova-multiline-field)

[![Latest Version on Packagist](https://camo.githubusercontent.com/e69293299876f841307ff47e366ab8d24e573a6de152fbb935cd21a17111eba1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6f726c79617070732f6e6f76612d6d756c74696c696e652d746578742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/Orlyapps/nova-multiline-text)[![Total Downloads](https://camo.githubusercontent.com/79e0194a1b35376c9140bf888ed923dd0aa4bd0e344e321d9c5ba973bbacbbdb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6f726c79617070732f6e6f76612d6d756c74696c696e652d746578742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/Orlyapps/nova-multiline-text)

[![Sample](https://raw.githubusercontent.com/orlyapps/nova-multiline-text/master/docs/index.png)](https://raw.githubusercontent.com/orlyapps/nova-multiline-text/master/docs/index.png)[![Sample](https://raw.githubusercontent.com/orlyapps/nova-multiline-text/master/docs/detail.png)](https://raw.githubusercontent.com/orlyapps/nova-multiline-text/master/docs/detail.png)

Installation
------------

[](#installation)

You can install the package in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer:

```
composer require orlyapps/nova-multiline-text
```

Usage
-----

[](#usage)

Use this field in your Nova Resource

```
// ...
use Orlyapps\NovaMultilineText\MultilineText;
// ...

public function fields(Request $request)
{
    return [
        ID::make()->sortable(),
        MultilineText::make('Company', function () {
            return [$this->company->name, $this->department->name, $this->location->name];
        }),
        MultilineText::make('Company', function () {
            return ['First Line highlighted', 'Second Line', 'Lorem Ipsum'];
        }),
         MultilineText::make('Company', function () {
            return ['First Line', 'Second Line', 'Lorem Ipsum'];
        })->highlightFirst(false),

    ];
}
```

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Orlyapps](https://github.com/orlyapps)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance11

Infrequent updates — may be unmaintained

Popularity37

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

2818d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/151910418d1ae1eb29a6bbeb788ea67c1ee0c77a1c02a2a437372a52da5739c4?d=identicon)[orlyapps](/maintainers/orlyapps)

---

Tags

laravelnova

### Embed Badge

![Health badge](/badges/orlyapps-nova-multiline-text/health.svg)

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

###  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)
