Questo plugin non è stato testato con le ultime 3 versioni principali (major releases) di WordPress. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

Laravel DD for WordPress

Descrizione

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

Screenshot

  • What dd() looks like

Installazione

  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

FAQ

Installation Instructions
  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

Recensioni

14 Ottobre 2022
Not familiar with Laravel at all so I was lucky to stumple upon this plugin. It is very helpful when debugging on a remote WordPress, like a staging site. I usually write very small plugins directly in the dashboard and this is so much better than regular var_dump. No more copy and pasting to a var_dump formatter. No more digging in page source after output. For local development with an IDE XDebug is obviously better but for most WordPress projects this is more than enough. Had no problems using this with WordPress 6.0.2.
24 Maggio 2020
I love being able to use dd() when developing for WordPress. Thank you for creating this. Works perfectly with WordPress 5.4.1 by the way 😉
Leggi tutte le recensioni di 7

Contributi e sviluppo

“Laravel DD for WordPress” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

Traduci “Laravel DD for WordPress” nella tua lingua.

Ti interessa lo sviluppo?

Esplora il Codice segui il Repository SVN iscriviti al Log delle Modifiche. Puoi farlo tramite RSS con un lettore di feed.

Changelog (registro delle modifiche)

1.0

  • First version