Download the PHP package tegos/laravel-telescope-flusher without Composer
On this page you can find all versions of the php package tegos/laravel-telescope-flusher. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tegos/laravel-telescope-flusher
More information about tegos/laravel-telescope-flusher
Files in tegos/laravel-telescope-flusher
Package laravel-telescope-flusher
Short Description telescope-flusher is a Laravel package that provides a simple Artisan command to completely flush all Telescope data from the database
License MIT
Homepage https://github.com/tegos/laravel-telescope-flusher
Informations about the package laravel-telescope-flusher
Laravel Telescope Flusher
Laravel Telescope Flusher is a simple package that provides an 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.
Installation
You can install the package via Composer:
Usage
Once installed, you can run the following command to flush Telescope data:
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
You can run tests using:
Contributing
Please see CONTRIBUTING for contribution guidelines.
Security
If you discover any security-related issues, please email [email protected] instead of using the issue tracker.
Credits
- Ivan Mykhavko
- All Contributors
License
This package is open-source software licensed under the MIT License. See LICENSE for details.