ideasonpurpose / basic-wordpress-vagrant

A fast, easy to use WordPress Vagrant environment modeled after managed WordPress hosting platforms like WP Engine and Flywheel.
MIT License
25 stars 3 forks source link

Option to install dev plugins #15

Open joemaller opened 8 years ago

joemaller commented 8 years ago

this can roll in with the install_plugins option, something like this:


install_dev_plugins:
#    - debug-bar  # https://wordpress.org/plugins/debug-bar/
#    - query-monitor   # https://wordpress.org/plugins/query-monitor/
jgraup commented 8 years ago

You might want to consider adding in WP Optimize. If you have a lot of transient caching it can clear everything with a click of a button. I have it on every site I work with and highly recommend it in any toolset.

joemaller commented 8 years ago

Thanks for the pointer. That one probably isn't necessary for this use-case, but if you have other dev-centric tools, specifically the kind which help improve a site prior to deploying, let me know.

jgraup commented 8 years ago

Monkeyman Rewrite Analyzer is a great one to check your url rewrites. That could be deployment centric.

But if you're going to use Debug Bar then the Debug Bar Console is a must.

jgraup commented 7 years ago

Another plugin I've gotten a lot of use out of in the last year:

Debug Meta Data

Creates a meta-box with meta-data information of a post for all post types. Information with meta key, meta value and its var_dump