PHPackages                             hmmm-hmmm-hmmm/nova-telescope-menu - 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. hmmm-hmmm-hmmm/nova-telescope-menu

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

hmmm-hmmm-hmmm/nova-telescope-menu
==================================

The Nova Telescope Menu package provides an easy way to integrate Telescope into your Laravel Nova dashboard, allowing you to access Laravel Telescope directly from your Nova application.

0.1.0(2y ago)05.3k↓13.3%1MITPHPPHP ^7.3|^8.0

Since Nov 7Pushed 2y ago1 watchersCompare

[ Source](https://github.com/hmmm-hmmm-hmmm/nova-telescope-menu)[ Packagist](https://packagist.org/packages/hmmm-hmmm-hmmm/nova-telescope-menu)[ RSS](/packages/hmmm-hmmm-hmmm-nova-telescope-menu/feed)WikiDiscussions main Synced 2d ago

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

Nova Telescope Menu
===================

[](#nova-telescope-menu)

[![Latest Version](https://camo.githubusercontent.com/c7470da7ef3058f8e6d2d410f7ee9af35c4359c9581aefc9c5ab57747bbd3219/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f686d6d6d2d686d6d6d2d686d6d6d2f6e6f76612d74656c6573636f70652d6d656e752e7376673f7374796c653d666c61742d737175617265)](https://github.com/hmmm-hmmm-hmmm/nova-telescope-menu/releases)[![Total Downloads](https://camo.githubusercontent.com/bc36a592c6240503e3c4ce482b103d9b5b67a16a848996d84658fa3fbe81b0de/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f686d6d6d2d686d6d6d2d686d6d6d2f6e6f76612d74656c6573636f70652d6d656e752e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/hmmm-hmmm-hmmm/nova-telescope-menu)

Introduction
------------

[](#introduction)

The Nova Telescope Menu package provides an easy way to integrate Telescope into your Laravel Nova dashboard, allowing you to access Laravel Telescope directly from your Nova application.

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

[](#installation)

To install this package, you can use Composer:

```
composer require hmmm-hmmm-hmmm/nova-telescope-menu
```

Usage
-----

[](#usage)

After installing the package, you'll need to register the tool in your app/Providers/NovaServiceProvider.php:

```
use HmmmHmmmHmmm\NovaTelescopeMenu\NovaTelescopeMenu;

// ...

public function tools()
{
    return [
        // ... Other Nova tools ...
        new NovaTelescopeMenu,
    ];
}
```

This registration will add a new menu item in your Nova dashboard that links to Laravel Telescope, making it easily accessible for debugging and monitoring your application.

Configuration
-------------

[](#configuration)

The Nova Telescope Menu package doesn't require additional configuration out of the box. However, if you need to customize its behavior, you can change several options.

```
use HmmmHmmmHmmm\NovaTelescopeMenu\NovaTelescopeMenu;

// ...

public function tools()
{
    return [
        // ... Other Nova tools ...
        (new NovaTelescopeMenu())->setName('MyCustomName')->setIcon('briefcase'),
    ];
}
```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 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

970d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/108404568?v=4)[hmmm-hmmm-hmmm](/maintainers/hmmm-hmmm-hmmm)[@hmmm-hmmm-hmmm](https://github.com/hmmm-hmmm-hmmm)

---

Top Contributors

[![hmmm-hmmm-hmmm](https://avatars.githubusercontent.com/u/108404568?v=4)](https://github.com/hmmm-hmmm-hmmm "hmmm-hmmm-hmmm (3 commits)")

---

Tags

laravelnovatelescope

### Embed Badge

![Health badge](/badges/hmmm-hmmm-hmmm-nova-telescope-menu/health.svg)

```
[![Health](https://phpackages.com/badges/hmmm-hmmm-hmmm-nova-telescope-menu/health.svg)](https://phpackages.com/packages/hmmm-hmmm-hmmm-nova-telescope-menu)
```

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3453.7M8](/packages/optimistdigital-nova-multiselect-field)[inspheric/nova-defaultable

Default values for Nova fields when creating resources and running resource actions.

52178.7k1](/packages/inspheric-nova-defaultable)[murdercode/nova4-tinymce-editor

Boost your Laravel Nova with the TinyMCE editor.

17186.3k1](/packages/murdercode-nova4-tinymce-editor)[datomatic/nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

11273.0k](/packages/datomatic-nova-detached-actions)

PHPackages © 2026

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