Skip to content

adamtomat/lumberjack-var-dumper-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lumberjack Var Dumper Server

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%