PHPackages                             tegos/laravel-telescope-flusher - 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. tegos/laravel-telescope-flusher

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

tegos/laravel-telescope-flusher
===============================

telescope-flusher is a Laravel package that provides a simple Artisan command to completely flush all Telescope data from the database

v1.0.2(9mo ago)4867—7.1%MITPHPPHP ^8.1

Since Mar 10Pushed 6mo ago1 watchersCompare

[ Source](https://github.com/tegos/laravel-telescope-flusher)[ Packagist](https://packagist.org/packages/tegos/laravel-telescope-flusher)[ Docs](https://github.com/tegos/laravel-telescope-flusher)[ RSS](/packages/tegos-laravel-telescope-flusher/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (5)Used By (0)

Laravel Telescope Flusher
=========================

[](#laravel-telescope-flusher)

Flush all Laravel Telescope data safely in local environments.

 [![Latest Version on Packagist](https://camo.githubusercontent.com/98cc2c1cb913cf5968c8287acfec4e2d5276b22d386b8283f81dea124b2d1137/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7465676f732f6c61726176656c2d74656c6573636f70652d666c75736865722e737667)](https://packagist.org/packages/tegos/laravel-telescope-flusher) [![Total Downloads](https://camo.githubusercontent.com/d33b92c47344d8ccd3eb5339fe0f2c82bd4d8523ae49fbdfbd429fd7249de23f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7465676f732f6c61726176656c2d74656c6573636f70652d666c75736865722e737667)](https://packagist.org/packages/tegos/laravel-telescope-flusher) [![PHP Version](https://camo.githubusercontent.com/83dd395020c37276225039739320f6c8e7e99963ab21ee3d09282cb48dad2a60/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e312532422d626c7565)](https://www.php.net/) [![Laravel Version](https://camo.githubusercontent.com/a630ece5812527f4b99ff645feee9b18a061c8caeaae2784e38a4faac1426b8c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d31302532422d627269676874677265656e)](https://laravel.com/) [![Software License](https://camo.githubusercontent.com/074b89bca64d3edc93a1db6c7e3b1636b874540ba91d66367c0e5e354c56d0ea/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e737667)](LICENSE.md)

---

**Laravel Telescope Flusher** is a simple package that provides laravel artisan command to completely flush all telescope data from your database. It ensures a clean slate for debugging and monitoring while preventing execution in production environments.

[Efficiently Managing Telescope Entries with Laravel-Telescope-Flusher](https://dev.to/tegos/efficiently-managing-telescope-entries-with-laravel-telescope-flusher-484a)

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

[](#installation)

You can install the package via Composer:

```
composer require tegos/laravel-telescope-flusher --dev
```

Usage
-----

[](#usage)

Once installed, you can run the following command to flush Telescope data:

```
php artisan telescope:flush
```

### Behavior

[](#behavior)

- ✅ Only runs in **local** environments (prevents accidental execution in production).
- ✅ Checks if **Telescope is installed** before running.
- ✅ Truncates all Telescope-related tables.
- ✅ Optimizes the `telescope_entries` table (MySQL).

### Testing

[](#testing)

You can run tests using:

```
composer test
```

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

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for contribution guidelines.

Security
--------

[](#security)

If you discover any security-related issues, please email **** instead of using the issue tracker.

Credits
-------

[](#credits)

- **[Ivan Mykhavko](https://github.com/tegos)**
- **[All Contributors](../../contributors)**

License
-------

[](#license)

This package is open-source software licensed under the **MIT License**. See [LICENSE](LICENSE.md) for details.

---

 [ ![Donate](./assets/come-back-alive.svg) ](https://savelife.in.ua/en/donate-en/)

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance62

Regular maintenance activity

Popularity23

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

Every ~54 days

Total

4

Last Release

271d ago

Major Versions

0.x-dev → v1.0.02025-03-10

PHP version history (2 changes)0.x-devPHP ^8.0

v1.0.1PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/ac0c59fc98164ed889f568f35386bb93f4f81431e00b2c24104ae69a198d15a2?d=identicon)[tegos](/maintainers/tegos)

---

Top Contributors

[![tegos](https://avatars.githubusercontent.com/u/7047662?v=4)](https://github.com/tegos "tegos (13 commits)")

---

Tags

cleanerdebugginglaravelphptegoslaravel-telescope-flusher

### Embed Badge

![Health badge](/badges/tegos-laravel-telescope-flusher/health.svg)

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

###  Alternatives

[spatie/laravel-ray

Easily debug Laravel apps

31538.4M2.8k](/packages/spatie-laravel-ray)[recca0120/laravel-tracy

A Laravel Package to integrate Nette Tracy Debugger

388283.0k3](/packages/recca0120-laravel-tracy)[stephenjude/filament-debugger

About

102125.4k2](/packages/stephenjude-filament-debugger)[spatie/laravel-error-solutions

Display solutions on the Laravel error page

9773.5k](/packages/spatie-laravel-error-solutions)

PHPackages © 2026

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