Laravel-native production debugging

Production Laravel debugging, without the guesswork.

Laritor was built by Laravel developers who got tired of piecing together production issues from scattered logs and generic APMs that had no idea what Eloquent was. It captures everything your Laravel app does in production: queries, jobs, API calls, feature flags, all tied together so you can find the problem in 30 seconds instead of 30 minutes.

Start monitoring for free

Setup in under 30 seconds.

Laritor Demo

Why it works

Built for Laravel, not adapted from a generic APM.

Production issues are typically a chain of events. A single request can trigger multiple queries, jobs, cache operations, and external calls. Reconstructing that flow is the hardest part. Laritor correlates everything into a single timeline, making it easy to trace cause and effect.

Captured signals

Requests
Eloquent queries
Outbound HTTP calls
Queued jobs
Cache hits and misses
Feature flags
Scheduled tasks
Exceptions
Logs
Mails
Notifications
Server metrics

What to care about first

Everything you need to understand your Laravel application

Understand exactly what is happening inside your Laravel app without jumping between tools.

Request timeline

One request, fully connected.

Follow the complete execution flow, from queries to jobs to external calls, and quickly identify what is slowing things down.

Trace your first request

Queue visibility

See where queue latency actually comes from

Track wait time, execution duration, retries, failures, and upstream triggers to quickly identify the bottleneck.

Start tracking your queues

AI database optimization

Use production query behavior to guide improvements.

Laritor uses schema-aware AI to analyze request context and query patterns, surfacing indexing and schema recommendations without guesswork.

Optimize your queries with AI

Alerts

Send production issues where your team already works.

Route alerts to email, Slack, Microsoft Teams, Discord, webhooks, GitHub, or Linear, with default policies and per-environment overrides.

Get notified about issues

Health Checks

Know when something breaks before users do.

Create custom health checks for your critical endpoints, jobs, and dependencies, and get alerted when they fail or degrade.

Monitor your critical endpoints

Feature Flags

Understand the impact of every feature.

Track performance with feature flags on and off, and see how they affect requests, queries, and user experience.

Measure feature impact

Setup

Start monitoring in 30 seconds

Install the Composer package, add env variables, and deploy. No agents to run and no infrastructure changes required.

composer require binarybuilds/laritor-client

LARITOR_ENABLED=true
LARITOR_INGEST_URL=laritor-ingest-url
LARITOR_INGEST_TOKEN=your-ingest-token

Free tier includes 300K events per month, unlimited applications, and unlimited seats. Paid plans start at $10 per month for 10 million events, with $0.20 per 100K events thereafter.

Start monitoring for free

Start monitoring now

Start monitoring your Laravel app

Install Laritor in minutes. Free tier includes 300K events, with paid plans starting at $10 per month.