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

This package is auto-updated.

Last update: 2024-04-12 04:09:45 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.