2017 © Pedro Peláez
 

library lumberjack-var-dumper-server

image

rareloop/lumberjack-var-dumper-server

  • Thursday, July 12, 2018
  • by rareloop
  • Repository
  • 0 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Lumberjack Var Dumper Server

This requires Hatchet, if you haven't already set it up for your theme follow these instructions first., (*1)

Installation

composer require rareloop/lumberjack-var-dumper-server

Once installed, register the Service Provider in config/app.php within your theme:, (*2)

'providers' => [
    ...

    Rareloop\Lumberjack\VarDumperServer\VarDumperServerServiceProvider::class,

    ...
],

Usage

A new command is added to Hatchet, which you can run with:, (*3)

php hatchet dump-server

Once running, any calls to dump() within you theme code will be echo'd out in the console., (*4)

The Versions