badinansoft/nova-tooltip
A Laravel Nova tool to give you ability to put tooltip in fields in every where and in menu item
26,128
6
| Install | |
|---|---|
composer require badinansoft/nova-tooltip |
|
| Latest Version: | 1.2.0 |
| PHP: | ^8.1 |
| License: | MIT |
| Last Updated: | Aug 27, 2026 |
| Links: | GitHub · Packagist |
Maintainer: badinansoft
A Laravel Nova Tooltip package
This Nova 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
-
php: >=8.0 -
laravel/nova: ^4.0Note: This package dose't work with nova 3
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

Installation
You can install the nova tool in to a Laravel app that uses Nova via composer:
composer require badinansoft/nova-tooltip
Usage
-
Field
Just need add this method to field tooltip()
Text::make(__('Domain'), 'domain')
->tooltip(__('Domain For Company <br /> <small class="text-primary-500">ex: https://badinanshipping.com</small>'))
-
Menu Item
Just need add this method to menu item tooltip()
MenuItem::resource(ArrivedToTurkishOfficeOrder::class)
->tooltip(__('Arrived Orders <br> <small>That mean the orders that <br> arrived to <b>turkish office</b></small>'))
->name(__('AO')),
Credits
License
The MIT License (MIT). Please see License File for more information.
Related Packages
marshmallow/nova-tooltip-field
This Laravel Nova field enables you to make use of the default Nova Tooltip comp...
25,566
3
optimistdigital/nova-menu-builder
This Laravel Nova package allows you to create and manage menus and menu items.
381,500
242
outl1ne/nova-menu-builder
This Laravel Nova package allows you to create and manage menus and menu items.
296,514
242
bilaliqbalr/nova-menu-builder
This Laravel Nova package allows you to create and manage menus and menu items.
28,360
0