This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Laravel DD for WordPress

ਵੇਰਵਾ

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

ਸਕਰੀਨਸ਼ਾਟ

  • What dd() looks like

ਸਥਾਪਤੀਕਰਨ

  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

ਅਕਸਰ ਪੁੱਛੇ ਜਾਂਦੇ ਸਵਾਲ

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

ਸਮੀਖਿਆਵਾਂ

14 ਅਕਤੂਬਰ 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 ਮਈ 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 😉
Read all 7 reviews

ਯੋਗਦਾਨੀ ਤੇ ਵਿਕਾਸਕਾਰ

“Laravel DD for WordPress” is open source software. The following people have contributed to this plugin.

ਯੋਗਦਾਨੀ

“Laravel DD for WordPress” ਦਾ ਆਪਣੀ ਭਾਸ਼ਾ ਵਿੱਚ ਅਨੁਵਾਦ ਕਰੋ।

ਵਿਕਾਸ ਕਾਰਜ ਵਿੱਚ ਰੁਚੀ ਰੱਖਦੇ ਹੋ?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

ਤਬਦੀਲੀ-ਚਿੱਠਾ

1.0

  • First version