laravel/telescope

An elegant debug assistant for the Laravel framework.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 51 minutes ago
Added to GitGenius on September 13th, 2026
Created on August 23rd, 2018
Open Issues & Pull Requests: 16 (+0)
GitHub issues: Disabled - open counts may still include pull requests.
Number of forks: 672
Total Stargazers: 5,227 (+0)
Total Subscribers: 75 (+0)

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

GitHub issues are disabled for this repository, so issue analytics and the issue explorer are not available.

Detailed Description

Laravel Telescope is a debug assistant for the Laravel framework that provides visibility into application behavior during development.

Telescope addresses the challenge of understanding what happens inside a Laravel application by collecting and displaying detailed information about requests, exceptions, logs, database queries, queued jobs, mail, notifications, cache operations, scheduled tasks, and variable dumps. It works by instrumenting the Laravel framework to capture these events and present them through a web interface, allowing developers to inspect the flow and state of their application without leaving their development environment.

Telescope is designed specifically for local development workflows in Laravel projects. It suits any developer working with Laravel who needs to debug application behavior, trace request handling, or understand performance characteristics. The tool integrates directly into Laravel and requires no external services or complex configuration, making it accessible for projects of any size.

The project maintains an active test suite and accepts contributions through the standard Laravel contribution process. Security vulnerabilities are handled through a dedicated security policy. Development follows the Laravel framework's conventions and community standards, including a code of conduct for contributors.