Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phegman/wp-laravel-dd
Use Laravel's dd() (die dump) function in your Wordpress projects.
https://github.com/phegman/wp-laravel-dd
Last synced: about 1 month ago
JSON representation
Use Laravel's dd() (die dump) function in your Wordpress projects.
- Host: GitHub
- URL: https://github.com/phegman/wp-laravel-dd
- Owner: phegman
- License: gpl-2.0
- Created: 2017-07-17T02:47:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-16T22:43:27.000Z (over 3 years ago)
- Last Synced: 2024-04-14T06:34:00.090Z (7 months ago)
- Language: PHP
- Size: 89.8 KB
- Stars: 7
- Watchers: 3
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
=== 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.htmlUse 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