-
Notifications
You must be signed in to change notification settings - Fork 6
/
README.txt
executable file
·35 lines (24 loc) · 1.14 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
=== 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()`](https://laravel.com/docs/5.4/helpers#method-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](http://symfony.com/doc/current/components/var_dumper.html) **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
== Screenshots ==
1. What dd() looks like
== Changelog ==
= 1.0 =
* First version
== Upgrade Notice ==
= 1.0 =
First version