PHPackages                             philperusse/nova-tooltip-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. philperusse/nova-tooltip-field

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

philperusse/nova-tooltip-field
==============================

A Laravel Nova field.

0.1(7y ago)10246.0k↓10.7%5[1 issues](https://github.com/philperusse/nova-tooltip-field/issues)[1 PRs](https://github.com/philperusse/nova-tooltip-field/pulls)MITSCSSPHP &gt;=7.1.0

Since Nov 14Pushed 5y ago1 watchersCompare

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

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

Nova Tooltip field
==================

[](#nova-tooltip-field)

A Laravel Nova Tooltip field for the index view.

When you want to show additional data but do not want to clutter the table, put it in a tooltip.

Demo
----

[](#demo)

[![Demo #1](https://camo.githubusercontent.com/9a6b386d31e08a2a8407f939b6431dde5aa3a1f449a1c1665248ed07d00b46ed/687474703a2f2f672e7265636f726469742e636f2f68714572396550386b572e676966)](https://camo.githubusercontent.com/9a6b386d31e08a2a8407f939b6431dde5aa3a1f449a1c1665248ed07d00b46ed/687474703a2f2f672e7265636f726469742e636f2f68714572396550386b572e676966)

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

[](#installation)

Run this command in your Laravel Nova project:

```
$ composer require philperusse/nova-tooltip-field
```

Usage
-----

[](#usage)

Use this field as any other fields. By design, this field will only be shown on index (lists) views.

```
use philperusse\NovaTooltipField\Tooltip;

 Tooltip::make('More', function(){
    return 'This a tooltip. You can put lengthy content here or any additional info.';
 }),
```

#### HTML

[](#html)

You can also pass HTML to the tooltip.

```
Tooltip::make('More', function(){
	return 'Additional User info'
		. ' Created at : ' . Carbon::parse($this->created_at)->diffForHumans()
		. ''
		.' Updated at : ' . Carbon::parse($this->created_at)->diffForHumans();
}),
```

[![Demo #2](https://camo.githubusercontent.com/4d9f6b6e667dcac9f6cd6c1f4e1feabf1221039aaa61f0e2fd4aa310ad8ce4d5/687474703a2f2f672e7265636f726469742e636f2f77376f6e326c6f6663412e676966)](https://camo.githubusercontent.com/4d9f6b6e667dcac9f6cd6c1f4e1feabf1221039aaa61f0e2fd4aa310ad8ce4d5/687474703a2f2f672e7265636f726469742e636f2f77376f6e326c6f6663412e676966)

### Contributions

[](#contributions)

All contributions are welcomed. Please send a PR.

### Authors

[](#authors)

- Philippe Pérusse

The styles are based on [Bootstrap's Tooltip component](https://github.com/twbs/bootstrap/blob/v4-dev/scss/_tooltip.scss).

### License

[](#license)

This package is open-sourced software licensed under the [MIT Licence](https://github.com/philperusse/nova-tooltip-field/blob/master/LICENSE)

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity41

Moderate usage in the ecosystem

Community10

Small or concentrated contributor base

Maturity46

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

2742d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/318926f843ad6897264f9cbe604b3ad1ca0c0e031a602f9f1f6761178fe69a3c?d=identicon)[philperusse](/maintainers/philperusse)

---

Top Contributors

[![philperusse](https://avatars.githubusercontent.com/u/4503049?v=4)](https://github.com/philperusse "philperusse (2 commits)")

---

Tags

laravelnova

### Embed Badge

![Health badge](/badges/philperusse-nova-tooltip-field/health.svg)

```
[![Health](https://phpackages.com/badges/philperusse-nova-tooltip-field/health.svg)](https://phpackages.com/packages/philperusse-nova-tooltip-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)
