Elevate your Laravel debugging experience with a powerful desktop app
LaraDumps is primarily designed for Laravel developers, offering a seamless debugging experience with Laravel-specific features. While it works great with pure PHP projects, it truly shines when used with Laravel:
// Laravel-specific features
ds()->model($user); // Laravel model inspection with relationships
ds()->markdown($markdown); // Preview markdown content
ds()->routes(); // Routes inspection
ds()->mailable($welcomeMail); // Preview mailables
// Standard PHP debugging
ds('Hello LaraDumps!'); // Values and variables
ds()->table($array); // Array/Object as table
ds()->time('Process'); // Performance tracking
ds()->json($response); // JSON formatting
ds('My red dump')->red(); // Custom styling
ds()->label('Important'); // Custom label
- β‘ Laravel Integration - Deep integration with Laravel's ecosystem
- π― Framework Tools - Special features for Models, Queries, and Mail
- π₯οΈ Cross-platform - Desktop app for Windows, Linux, and macOS
- π¨ Beautiful UI - Clean and intuitive interface
- π Performance - Minimal impact on your application
- π PHP Compatible - Also works with pure PHP projects
- π οΈ Rich Debugging - Tables, Models, Time tracking, and more
LaraDumps is completely open source! Check our repositories:
- π₯οΈ Desktop App - Built with Vue 3
- π¦ Laravel Package - Laravel integration
- π§ Core Package - Framework-agnostic debugging
- π Global Package - Global installation via composer
Next: Installation