rareloop / lumberjack-var-dumper-server
There is no license information available for the latest version (dev-master) of this package.
dev-master
2018-07-12 11:14 UTC
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: 2024-11-12 05:31:41 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.