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. idecardo/nova-telescope

ActiveLibrary

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 1mo 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

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity55

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

2712d 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.6M3](/packages/fruitcake-laravel-telescope-toolbar)[optimistdigital/nova-sortable

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

2872.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.

2861.8M9](/packages/outl1ne-nova-sortable)[mad-web/nova-telescope-link

Smart Link for Laravel Nova to Telescope Debug Assistant.

38195.2k](/packages/mad-web-nova-telescope-link)[laravel/nova-log-viewer

A Laravel Nova tool for viewing your application logs.

136301.3k1](/packages/laravel-nova-log-viewer)[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.

98239.8k1](/packages/muhammadhuzaifa-telescope-guzzle-watcher)

PHPackages © 2026

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