Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.03 KB

readme.md

File metadata and controls

22 lines (17 loc) · 1.03 KB

=== Plugin Name ===
Contributors: phegman
Donate link: https://www.paypal.me/PeterHegman
Tags: debug, die, dump, var-dumper, laravel, dev tools
Requires at least: 3.0.1
Tested up to: 4.8
Stable tag: 4.8
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Use Laravel's dd() (die dump) function in your Wordpress projects. Perfect for debuging custom queries!

== Description ==

Use Laravel's dd() (die dump) function in your Wordpress projects. Perfect for debuging custom queries! Laravel's dd() function is built on top of the Symfony VarDumper component
Please note in order for this plugin to work correctly Wordpress Emojis will be disabled

== Installation ==

  1. Install via the Wordpress plugin repository or download and place in /wp-content/plugins directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Use the function dd() anywhere in your theme