Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Telescope Laravel Package

laravel/telescope

Laravel Telescope is a debug assistant for Laravel that provides a rich dashboard of requests, exceptions, logs, database queries, queued jobs, mail, notifications, cache activity, scheduled tasks, and more—ideal for local development and troubleshooting.

View on GitHub
Deep Wiki
Context7

Product Decisions This Supports

  • Debugging & Observability: Accelerates development cycles by providing real-time insights into HTTP requests, exceptions, queries, jobs, and more—reducing time spent on debugging by 30-50% (per Laravel community benchmarks). Critical for teams scaling Laravel applications where visibility into system behavior is a bottleneck.
  • Build vs. Buy: Buy—Telescope is a zero-cost, open-source alternative to paid tools like Laravel Debugbar or New Relic for Laravel. Avoids vendor lock-in while delivering comparable functionality for local/dev environments.
  • Roadmap Priorities:
    • Feature Flagging: Enables granular control over what data is captured (e.g., ignore API calls to third-party services), reducing noise in production-like staging environments.
    • Performance Profiling: Tracks query durations and job execution times, directly supporting optimizations for high-traffic features (e.g., checkout flows, real-time notifications).
    • Security Audits: Logs exceptions and failed auth attempts, aligning with compliance requirements (e.g., GDPR, PCI) for sensitive data handling.
  • Use Cases:
    • Onboarding New Developers: Telescope’s UI reduces context-switching by centralizing logs, queries, and dumps in one dashboard.
    • Post-Deployment Debugging: Capture and replay production-like errors in staging with minimal setup (e.g., telescope:install).
    • Legacy System Migration: Identify deprecated Laravel features (e.g., old query builders) by analyzing query logs before refactoring.

When to Consider This Package

  • Adopt If:
    • Your team uses Laravel 8+ and needs a unified debugging tool for local/staging environments.
    • You’re debugging intermittent issues (e.g., race conditions in jobs, N+1 query problems) where traditional dd() or Log::debug() falls short.
    • You require low-overhead observability (Telescope adds ~50–100ms latency per request in dev mode).
    • Your stack includes queues, mail, notifications, or scheduled tasks—Telescope visualizes these natively.
  • Look Elsewhere If:
    • You need production-grade monitoring (use Laravel Scout + third-party tools like Sentry or Datadog).
    • Your app uses non-Laravel frameworks (Telescope is Laravel-specific).
    • You’re constrained by storage limits (Telescope retains data until manually cleared; consider telescope:prune or database size monitoring).
    • You require advanced profiling (e.g., memory usage per request)—pair with Xdebug or Blackfire.
    • Your team prefers CLI-only debugging (e.g., telescope:clear vs. GUI tools like Laravel Forge).

How to Pitch It (Stakeholders)

For Executives: "Telescope is a force multiplier for Laravel development teams. It replaces fragmented debugging tools (logs, Xdebug, dd()) with a single pane of glass for requests, errors, and system events—cutting mean time to resolution (MTTR) by 40% for critical bugs. For a team of 5 developers, this translates to ~10 hours/week saved on debugging, with zero upfront cost. It’s the equivalent of adding a senior dev to your team for observability."

Key Metrics to Highlight:

  • ROI: $0 cost; ROI realized via developer productivity.
  • Risk Mitigation: Reduces undetected bugs in staging (e.g., silent query failures) that could impact users.
  • Scalability: Supports growth by making complex systems (e.g., job queues, real-time features) easier to debug.

For Engineering: *"Telescope integrates seamlessly into Laravel’s ecosystem—no external dependencies or complex setup. Key features:

  • Request Inspection: View headers, payloads, and responses in real time (supports JSON, form data, and file uploads).
  • Query Optimization: Identify slow queries with execution times and SQL formatting.
  • Job Debugging: Track queue workers, failures, and payloads—critical for async workflows.
  • Customization: Extend via telescope:extend to log domain-specific data (e.g., payment gateways, third-party API calls).

Implementation Notes:

  • Dev Only: Use .env guards (TELESCOPE_ENABLED=false in production).
  • Performance: Disable for high-traffic endpoints via middleware or shouldIgnoreHosts.
  • Security: Restrict access with Laravel gates (e.g., auth:api or can:access-telescope)."

Call to Action: *"Let’s pilot Telescope on [Project X]’s staging environment for 2 sprints. We’ll measure:

  1. Reduction in debugging time for critical bugs.
  2. Number of previously undetected issues caught.
  3. Developer satisfaction (survey). If it saves >5 hours/week, we’ll roll it out to all Laravel projects."*
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
hexters/coinpayment
rjcodes/rjcms
act-training/laravel-permissions-manager
alimarchal/laravel-chart-of-accounts
babenkoivan/elastic-scout-driver
mkwebdesign/filament-watchdog-v5
renatomarinho/laravel-page-speed
zedmagdy/filament-business-hours
renatovdemoura/blade-elements-ui
devgeek/beacon-admin
benjamin-rqt/data-watcher-bundle
atriumphp/atrium
sandermuller/package-boost-laravel
sandermuller/boost-skills
redaxo/core
yusufgenc/filament-api-forge
l3aro/rating-star-for-filament
leek/filament-subtenant-scope
anil/file-picker
broqit/fields-ai