PHPackages                             badinansoft/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. badinansoft/nova-tooltip

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

badinansoft/nova-tooltip
========================

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

1.2.0(1y ago)624.8k↓27.6%9[2 issues](https://github.com/badinansoft/nova-tooltip/issues)[1 PRs](https://github.com/badinansoft/nova-tooltip/pulls)MITVuePHP ^7.3|^8.0

Since Oct 21Pushed 1y ago2 watchersCompare

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

READMEChangelog (3)Dependencies (1)Versions (4)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

38

—

LowBetter than 83% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity35

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity54

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

Total

3

Last Release

700d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/66379072?v=4)[BadinanSoft](/maintainers/badinansoft)[@badinansoft](https://github.com/badinansoft)

![](https://avatars.githubusercontent.com/u/6207967?v=4)[shahab zebari](/maintainers/shahabzebare)[@shahabzebare](https://github.com/shahabzebare)

---

Top Contributors

[![badinansoft](https://avatars.githubusercontent.com/u/66379072?v=4)](https://github.com/badinansoft "badinansoft (4 commits)")[![shahabzebare](https://avatars.githubusercontent.com/u/6207967?v=4)](https://github.com/shahabzebare "shahabzebare (3 commits)")[![ondrejehrlich](https://avatars.githubusercontent.com/u/66925353?v=4)](https://github.com/ondrejehrlich "ondrejehrlich (2 commits)")[![ca-morfeusz2844](https://avatars.githubusercontent.com/u/107105981?v=4)](https://github.com/ca-morfeusz2844 "ca-morfeusz2844 (1 commits)")

---

Tags

laravelmenufieldsnovamenu-itemnova-4tooltipitem

### Embed Badge

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

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

###  Alternatives

[optimistdigital/nova-sortable

This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag &amp; drop.

2852.1M6](/packages/optimistdigital-nova-sortable)[outl1ne/nova-sortable

This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag &amp; drop.

2862.1M9](/packages/outl1ne-nova-sortable)[optimistdigital/nova-menu-builder

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

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

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

243268.1k4](/packages/outl1ne-nova-menu-builder)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17878.9k](/packages/markwalet-nova-modal-response)[vyuldashev/nova-money-field

A Laravel Nova field for Money.

73814.0k1](/packages/vyuldashev-nova-money-field)

PHPackages © 2026

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