rareloop / lumberjack-var-dumper-server
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 1
Open Issues: 0
pkg:composer/rareloop/lumberjack-var-dumper-server
Requires
- rareloop/hatchet: dev-master
- rareloop/lumberjack-core: ^3.0.0
Requires (Dev)
- brain/monkey: ^2.0.2
- codedungeon/phpunit-result-printer: ^0.4.4
- mockery/mockery: ^1.0.0
- phpunit/phpunit: ^6.0
- satooshi/php-coveralls: ^1.0
- squizlabs/php_codesniffer: ^3.2
This package is auto-updated.
Last update: 2025-10-12 07:25:43 UTC
README
This requires Hatchet, if you haven't already set it up for your theme follow these instructions first.
Installation
composer require rareloop/lumberjack-var-dumper-server
Once installed, register the Service Provider in config/app.php within your theme:
'providers' => [ ... Rareloop\Lumberjack\VarDumperServer\VarDumperServerServiceProvider::class, ... ],
Usage
A new command is added to Hatchet, which you can run with:
php hatchet dump-server
Once running, any calls to dump()
within you theme code will be echo'd out in the console.