PHPackages                             idecardo/nova-telescope - 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. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. idecardo/nova-telescope

ActiveLibrary[Debugging &amp; Profiling](/categories/debugging)

idecardo/nova-telescope
=======================

A Laravel Nova tool.

1.0.0(7y ago)31411MITPHPPHP &gt;=7.1.0

Since Dec 4Pushed 7y ago1 watchersCompare

[ Source](https://github.com/idecardo/nova-telescope)[ Packagist](https://packagist.org/packages/idecardo/nova-telescope)[ RSS](/packages/idecardo-nova-telescope/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

Laravel Nova Telescope
----------------------

[](#laravel-nova-telescope)

Conveniently link Laravel Telescope to your Laravel Nova projects.

[![Preview](https://camo.githubusercontent.com/057d1e20be7e82ca14dedbb89b4f8b4b59206b0f7dbd6362eb33678e651977fe/68747470733a2f2f696d6775722e636f6d2f4d5576464d5a592e706e67)](https://camo.githubusercontent.com/057d1e20be7e82ca14dedbb89b4f8b4b59206b0f7dbd6362eb33678e651977fe/68747470733a2f2f696d6775722e636f6d2f4d5576464d5a592e706e67)

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

[](#installation)

You may use Composer to install the package into your Laravel Nova project:

```
composer require idecardo/nova-telescope
```

Register the `tool` with Nova. This is typically done in the `tools` method of the `NovaServiceProvider`.

```
// app/Providers/NovaServiceProvder.php

// ...
public function tools()
{
    return [
        // ...
        new \Idecardo\NovaTelescope\NovaTelescope,
    ];
}
```

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

[](#configuration)

If you want to modify the configurations, you must publish the configuration file:

```
php artisan vendor:publish --provider="Idecardo\NovaTelescope\ToolServiceProvider"
```

After publishing the configuration file, it will be located at `config/nova-telescope.php`. Each configuration option includes a description of its purpose, so be sure to thoroughly explore this file.

License
-------

[](#license)

The package is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity56

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

2764d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/13146939?v=4)[Ivan Rey De Cardo](/maintainers/idecardo)[@idecardo](https://github.com/idecardo)

---

Top Contributors

[![idecardo](https://avatars.githubusercontent.com/u/13146939?v=4)](https://github.com/idecardo "idecardo (1 commits)")

---

Tags

laravelnovatelescope

### Embed Badge

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

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

###  Alternatives

[fruitcake/laravel-telescope-toolbar

Toolbar for Laravel Telescope based on Symfony Web Profiler

8041.7M5](/packages/fruitcake-laravel-telescope-toolbar)[mad-web/nova-telescope-link

Smart Link for Laravel Nova to Telescope Debug Assistant.

38195.2k](/packages/mad-web-nova-telescope-link)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17818.7k](/packages/markwalet-nova-modal-response)[muhammadhuzaifa/telescope-guzzle-watcher

Telescope Guzzle Watcher provide a custom watcher for intercepting http requests made via guzzlehttp/guzzle php library. The package uses the on\_stats request option for extracting the request/response data. The watcher intercept and log the request into the Laravel Telescope HTTP Client Watcher.

98262.9k2](/packages/muhammadhuzaifa-telescope-guzzle-watcher)[sbine/route-viewer

A Laravel Nova tool to view your registered routes.

57239.7k](/packages/sbine-route-viewer)[mostafaznv/nova-video

Video Field for Laravel Nova

22437.2k2](/packages/mostafaznv-nova-video)

PHPackages © 2026

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