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

ActiveLibrary

pimoudeveldhuis/nova-tooltip
============================

A Laravel Nova tool to give you ability to put tooltip in fields in every where and in menu item

1.0.3(1y ago)086MITVuePHP ^7.3|^8.0

Since May 14Pushed 1y agoCompare

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

READMEChangelog (4)Dependencies (1)Versions (5)Used By (0)

A Laravel Nova Tooltip package
==============================

[](#a-laravel-nova-tooltip-package)

This [Nova](https://nova.laravel.com) tool lets you:

- Add a tooltip to your field in (Table Header, Field in form, and Field in detail)
- Add a tooltip to your menu item

Requirements
------------

[](#requirements)

- `php: >=8.0`
- `laravel/nova: ^4.0`

    > ```
    >  Note: This package dose't work with nova 3
    >
    > ```

Features
--------

[](#features)

- Support HTML in the tooltip function custom design in the tooltip
- Support localization.
- Support Fields.
- Support Menu Items.
- 1 line of code able you to add a tooltip

Screenshot
----------

[](#screenshot)

[![](https://raw.githubusercontent.com/badinansoft/nova-tooltip/master/docs/tooltip-menu.png)](https://raw.githubusercontent.com/badinansoft/nova-tooltip/master/docs/tooltip-menu.png)

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

[](#installation)

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

```
	composer require badinansoft/nova-tooltip
```

Usage
-----

[](#usage)

- ### Field

    [](#field)

Just need add this method to field `tooltip()`

```
	Text::make(__('Domain'), 'domain')
		 ->tooltip(__('Domain For Company  ex: https://badinanshipping.com'))
```

- ### Menu Item

    [](#menu-item)

Just need add this method to menu item `tooltip()`

```
	MenuItem::resource(ArrivedToTurkishOfficeOrder::class)
			 ->tooltip(__('Arrived Orders  That mean the orders that  arrived to turkish office'))
			 ->name(__('AO')),
```

Credits
-------

[](#credits)

- [Shahab Zebari](https://github.com/shahabzebare)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~62 days

Total

4

Last Release

537d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/725bb57015bbff667d6704456fba9546ffb88be2a31047ce6d3fa38889a82934?d=identicon)[pimoudeveldhuis](/maintainers/pimoudeveldhuis)

---

Top Contributors

[![pimoudeveldhuis](https://avatars.githubusercontent.com/u/1325014?v=4)](https://github.com/pimoudeveldhuis "pimoudeveldhuis (7 commits)")[![badinansoft](https://avatars.githubusercontent.com/u/66379072?v=4)](https://github.com/badinansoft "badinansoft (4 commits)")[![ondrejehrlich](https://avatars.githubusercontent.com/u/66925353?v=4)](https://github.com/ondrejehrlich "ondrejehrlich (2 commits)")[![shahabzebare](https://avatars.githubusercontent.com/u/6207967?v=4)](https://github.com/shahabzebare "shahabzebare (2 commits)")

---

Tags

laravelmenufieldsnovamenu-itemnova-4tooltipitem

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/pimoudeveldhuis-nova-tooltip/health.svg)](https://phpackages.com/packages/pimoudeveldhuis-nova-tooltip)
```

###  Alternatives

[optimistdigital/nova-menu-builder

This Laravel Nova package allows you to create and manage menus and menu items.

243369.4k](/packages/optimistdigital-nova-menu-builder)[outl1ne/nova-menu-builder

This Laravel Nova package allows you to create and manage menus and menu items.

243246.0k3](/packages/outl1ne-nova-menu-builder)[vyuldashev/nova-money-field

A Laravel Nova field for Money.

73784.4k1](/packages/vyuldashev-nova-money-field)[alexwenzel/nova-dependency-container

A Laravel Nova 4 form container for grouping fields that depend on other field values.

461.0M2](/packages/alexwenzel-nova-dependency-container)[formfeed-uk/nova-theming-classes

A Laravel Nova package to add theming classes to components.

12100.4k](/packages/formfeed-uk-nova-theming-classes)[stepanenko3/nova-menu-collapsed

This Laravel Nova package allows you to set menu state collapsed as default

1119.8k](/packages/stepanenko3-nova-menu-collapsed)

PHPackages © 2026

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