Laravel DD Dumper
Dump and die function like Laravel dd()
★ 4stars
94composer installs
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/mazecode/wp-dd/archive/refs/heads/master.zipAlso on Packagist as mazecode/wp-dd:
composer require mazecode/wp-ddFrom the readme
Dump&Die
Use Laravel's dd() (dump & die) function in your Wordpress projects. Perfect for debuging custom queries!
Description
Use Laravel's dd() (die dump) function for Wordpress projects.
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() or d() anywhere in your theme
Read the full README on GitHub →
Releases
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.