Features Overview
Laradebug brings together all the debugging tools Laravel developers need into a single, powerful desktop app.
Core Features
Code Execution
Run PHP code with Laravel Tinker integration. Multi-session support, execution history, and formatted output.
SQL Logging
See every database query with timing information and parameter bindings in real-time.
Ray Integration
Built-in Spatie Ray and LaraDumps support. Debug output appears instantly.
Log Tailing
Real-time Laravel log monitoring with Laravel Pail. Filter by log level.
HTTP Monitoring
Track outgoing HTTP requests with status codes, timing, and request/response details.
Database Explorer
Browse tables, filter records, execute raw SQL, and track recent activity.
Productivity Tools
AI Assistant
Get Laravel-specific help from Claude or local Ollama models. Generate SQL from natural language.
Code Snippets
Save and organize frequently used code patterns for quick access.
Autocompletion
PHP class, method, and Eloquent suggestions as you type.
File Browser
Navigate your project with git status indicators. Create, rename, delete files.