Plugin info

Total downloads: 1,886
Active installs: 0
Total reviews: 1
Average rating: 5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 1/14/2019 (2544 days ago)
Added to WordPress: 9/24/2017 (8 years old)
Minimum WordPress version: 4.6
Tested up to WordPress version: 5.0.24
Minimum PHP version: 7.0

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 2544 days ago • 1 reviews

22/100

Is Development Environment abandoned?

Possibly abandoned (last update 2544 days ago).

Compatibility

Requires WordPress: 4.6
Tested up to: 5.0.24
Requires PHP: 7.0

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Environment & Debug Bar
Rating 5.0/5 (1 reviews)Active installs 50
Content Switcher
Rating 5.0/5 (3 reviews)Active installs 100

Description

Whoops error handling, no password logins, template hints, no indexing, flush rewrites, everything a developer needs for their local development environment.

Components

  • Disallow Indexing Turn off the public blog option. This will modify the robots.txt generation to block all search engines
  • Flush Rewrites No more weird redirection problems when working on custom post types or taxonomies.
  • No Password Logins Just stick the user in you want to login as, write anything in the password field, and it will login! Only works when connecting from local host
  • Whoops Error Handling The error screen from laravel, now in your WordPress setup
  • Template Hints See which templates are loading for the page you are on

The goal is to exchange security for ease of use, for that reason it’s important that you take the security measures needed
to ensure that someone can’t take advantage of the site with this plugin enabled.

If you’re running on a staging environment ensure you have setup a htpasswd

Filters

Set Environment

development-environment/is-development

Dynamically set how the plugin detects if the environment is development based on your own criteria.

Stop a component from loading

development-environment/require-component-$component

Disable require of a component if you don’t want to use it. Possible values are:

disallow-indexing, `flush-rewrites`, `no-password-logins`, `whoops-error-handling`

Installation

To use the plugin, it must be able to detect the environment is development or staging, this can be done via the following:

wp-config.php
Add define('WP_ENV', 'development')

vhost
Add SetEnv WP_ENV "development"

Or additionally via the available hooks.

Frequently Asked Questions

No FAQ available

Review feed

loonpwn
10/23/2017

No More Headaches!

- quote from user - "When an error is thrown it's so easy to find it and quickly debug why it happened, and the no password login makes my day so much easier

Screenshots

No screenshots available

Changelog

See changelog on (github)[https://github.com/loonpwn/wp-development-environment/releases]