PHP Package: beyondcode/laravel-dump-server

Laravel Dump Server provides real-time dump debugging for Laravel applications, enhancing development productivity and efficiency.

Current Version: 2.1.0
Last Updated: 2025-02-26
PHP Requirement: >=7.2.5
Dependencies:
symfony/var-dumper
illuminate/support
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Laravel Dump Server is a powerful tool for developers, allowing real-time insight into application variables and data structures. By enabling seamless debugging, developers can efficiently trace and analyze code execution, leading to faster bug resolution and optimized development workflows. The server offers a user-friendly interface for monitoring and manipulating data, facilitating an enhanced debugging experience.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 2.1.0

Download Download v2.1.0

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/beyondcode/laravel-dump-server/2.1.0/loader.php';
require_once 'libs/symfony/var-dumper/7.3.0/loader.php';
require_once 'libs/illuminate/support/12.18.0/loader.php';

use Symfony\Component\VarDumper\VarDumper;
use Illuminate\Support\ServiceProvider;
use BeyondCode\DumpServer\DumpServer;

$obj = new VarDumper();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.