PHPackages                             lucianotonet/laravel-boost-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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. lucianotonet/laravel-boost-telescope

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

lucianotonet/laravel-boost-telescope
====================================

Laravel Boost plugin providing AI-powered debugging tools via Laravel Telescope's structured telemetry data

v1.0.0(4mo ago)2211↓81.9%[2 issues](https://github.com/lucianotonet/laravel-boost-telescope/issues)MITPHPPHP ^8.2CI passing

Since Feb 3Pushed 4mo agoCompare

[ Source](https://github.com/lucianotonet/laravel-boost-telescope)[ Packagist](https://packagist.org/packages/lucianotonet/laravel-boost-telescope)[ RSS](/packages/lucianotonet-laravel-boost-telescope/feed)WikiDiscussions main Synced 3mo ago

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

Laravel Boost Telescope
=======================

[](#laravel-boost-telescope)

[![Tests](https://github.com/lucianotonet/laravel-boost-telescope/actions/workflows/tests.yml/badge.svg)](https://github.com/lucianotonet/laravel-boost-telescope/actions/workflows/tests.yml)[![Latest Version on Packagist](https://camo.githubusercontent.com/9299e67ba4330fc61073cda5205ef52192a562ed6cc01f75fcdbab7e8b2dd82f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c756369616e6f746f6e65742f6c61726176656c2d626f6f73742d74656c6573636f70652e737667)](https://packagist.org/packages/lucianotonet/laravel-boost-telescope)[![Total Downloads](https://camo.githubusercontent.com/3f975b619bef82a1271c2d5c94b3e087d1abf0fb9a007e66cefd7fbb28014a47/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c756369616e6f746f6e65742f6c61726176656c2d626f6f73742d74656c6573636f70652e737667)](https://packagist.org/packages/lucianotonet/laravel-boost-telescope)[![License](https://camo.githubusercontent.com/7c490149d6dcd233562ffa32897e536921fb5e9122a524e49bf7e141700f0deb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6c756369616e6f746f6e65742f6c61726176656c2d626f6f73742d74656c6573636f70652e737667)](https://packagist.org/packages/lucianotonet/laravel-boost-telescope)

**Laravel Boost Plugin for Telescope**

*Give your AI assistant the power to debug with Telescope's data.*

Requirements
------------

[](#requirements)

- PHP 8.2+
- Laravel 11 or 12
- Laravel Telescope 5.0+
- Laravel Boost 2.0+

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

[](#installation)

```
composer require lucianotonet/laravel-boost-telescope --dev
```

### Integration with Laravel Boost

[](#integration-with-laravel-boost)

After installation, run:

```
php artisan boost:install

# or

php artisan boost:update
```

The Telescope debugging tools will be automatically discovered and available to your AI assistant through the Boost MCP server.

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

[](#configuration)

### Environment Variables

[](#environment-variables)

```
# Enable/disable the package
LARAVEL_BOOST_TELESCOPE_ENABLED=true

# Logging
LARAVEL_BOOST_TELESCOPE_LOGGING_ENABLED=true
LARAVEL_BOOST_TELESCOPE_LOG_CHANNEL=stack
```

### Configuration File

[](#configuration-file)

Publish and customize the configuration:

```
php artisan vendor:publish --tag=laravel-boost-telescope-config
```

Available Tools
---------------

[](#available-tools)

The package provides 19 specialized debugging tools:

### Core Debugging

[](#core-debugging)

- `telescope_exceptions` - Application exceptions with stack traces
- `telescope_queries` - Database queries with timing and bindings
- `telescope_requests` - HTTP requests with headers and payloads
- `telescope_logs` - Application logs with context

### Queue &amp; Jobs

[](#queue--jobs)

- `telescope_jobs` - Queue job execution and failures
- `telescope_batches` - Batch job processing

### Cache &amp; Data

[](#cache--data)

- `telescope_cache` - Cache hits, misses, and writes
- `telescope_redis` - Redis operations
- `telescope_models` - Eloquent model operations

### Communication

[](#communication)

- `telescope_mail` - Sent emails
- `telescope_notifications` - Dispatched notifications

### System

[](#system)

- `telescope_commands` - Artisan command execution
- `telescope_schedule` - Scheduled task execution
- `telescope_events` - Event dispatching
- `telescope_gates` - Authorization gate checks
- `telescope_views` - View rendering
- `telescope_dumps` - Debug dumps (dump(), dd())
- `telescope_http_client` - Outgoing HTTP requests

### Maintenance

[](#maintenance)

- `telescope_prune` - Clean up old entries

Usage Examples
--------------

[](#usage-examples)

### Debugging Slow Queries

[](#debugging-slow-queries)

Ask your AI assistant:

> "Find slow queries in my application"

The AI will use `telescope_queries` with `slow: true` to identify problematic queries.

### Investigating Exceptions

[](#investigating-exceptions)

> "What exceptions occurred in the last hour?"

The AI will use `telescope_exceptions` to retrieve and analyze recent errors.

### Analyzing Request Flow

[](#analyzing-request-flow)

> "Show me the details of the last failed request"

The AI will use `telescope_requests` filtered by status code to find and analyze the failure.

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for recent changes.

Contributing
------------

[](#contributing)

Contributions are welcome! Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security
--------

[](#security)

If you discover a security vulnerability, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Luciano Tonet](https://github.com/lucianotonet)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance54

Moderate activity, may be stable

Popularity19

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity47

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

144d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2693019?v=4)[Luciano Tonet](/maintainers/lucianotonet)[@lucianotonet](https://github.com/lucianotonet)

---

Top Contributors

[![lucianotonet](https://avatars.githubusercontent.com/u/2693019?v=4)](https://github.com/lucianotonet "lucianotonet (70 commits)")

---

Tags

laravelmonitoringaidebuggingboostdeveloper-toolstelescopelaravel-boostai-assisted-development

###  Code Quality

TestsPest

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/lucianotonet-laravel-boost-telescope/health.svg)

```
[![Health](https://phpackages.com/badges/lucianotonet-laravel-boost-telescope/health.svg)](https://phpackages.com/packages/lucianotonet-laravel-boost-telescope)
```

###  Alternatives

[lucianotonet/laravel-telescope-mcp

MCP Server extension for Laravel Telescope

2019.6k](/packages/lucianotonet-laravel-telescope-mcp)[binarybuilds/laravel-mail-manager

A Laravel mail manager to record and re-send all outgoing emails.

2440.3k1](/packages/binarybuilds-laravel-mail-manager)

PHPackages © 2026

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