PHPackages                             treestoneit/html - 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. [Templating &amp; Views](/categories/templating)
4. /
5. treestoneit/html

AbandonedArchivedLibrary[Templating &amp; Views](/categories/templating)

treestoneit/html
================

A Laravel Nova Html View field.

v1.0(7y ago)1220.1kMITPHPPHP &gt;=7.1.0

Since Aug 31Pushed 7y ago1 watchersCompare

[ Source](https://github.com/treeStoneIT/nova-html)[ Packagist](https://packagist.org/packages/treestoneit/html)[ RSS](/packages/treestoneit-html/feed)WikiDiscussions master Synced today

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Laravel Nova HTML View Field
============================

[](#laravel-nova-html-view-field)

**Since Nova now includes `asHtml()` Meta on the Text field (as of [v1.0.9](https://github.com/laravel/nova-issues/issues/280)), there is no more need for this package as same functionality can be achieved with core Text field.**

This field allows you display custom HTML in Laravel Nova, be it a link, an image or any other piece of proper html.

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

[](#installation)

Install the package into a Laravel app that uses [Nova](https://nova.laravel.com) with Composer:

```
composer require treestoneit/html
```

Usage
-----

[](#usage)

Add the field to your resource in the `fields` method:

```
use Treestoneit\Html\Html;
...
...
Html::make('Track',function (){
                $link = "";
                $link .= "";
                $link .= "";
                return $link;
            })
```

If you have proper html saved in the database or cast by your model to HTML

```
use Treestoneit\Html\Html;
...
...
Html::make('Your Field Label','your_field')
```

Please note: *Only Index and Detail version of the field is configured*

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

2864d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/44207441?v=4)[Bomshteyn Consulting](/maintainers/treeStoneIT)[@treeStoneIT](https://github.com/treeStoneIT)

---

Top Contributors

[![bomshteyn](https://avatars.githubusercontent.com/u/4259699?v=4)](https://github.com/bomshteyn "bomshteyn (5 commits)")

---

Tags

laravellaravel-novalaravelnova

### Embed Badge

![Health badge](/badges/treestoneit-html/health.svg)

```
[![Health](https://phpackages.com/badges/treestoneit-html/health.svg)](https://phpackages.com/packages/treestoneit-html)
```

###  Alternatives

[whitecube/nova-flexible-content

Flexible Content &amp; Repeater Fields for Laravel Nova.

8113.3M27](/packages/whitecube-nova-flexible-content)[outl1ne/nova-multiselect-field

A multiple select field for Laravel Nova.

3423.3M2](/packages/outl1ne-nova-multiselect-field)[emilianotisato/nova-tinymce

This Nova package allow you to use TinyMCE editor for text areas.You can customize the editor options and... you can upload images to your server and put them rigth there on the text without leaving the text editor!

116939.6k4](/packages/emilianotisato-nova-tinymce)[waynestate/nova-ckeditor4-field

This nova package allows you to use CKEditor 4 for text areas.

63769.8k9](/packages/waynestate-nova-ckeditor4-field)[saumini/ellipsis-textarea

A Laravel Nova textarea field with ellipsis support

12153.2k](/packages/saumini-ellipsis-textarea)[joshmoreno/nova-html-field

A Laravel Nova field for rendering custom html on index, detail, and forms.

13102.0k3](/packages/joshmoreno-nova-html-field)

PHPackages © 2026

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