Title: Development Environment
Author: loonpwn
Published: <strong>24.09.2017</strong>
Last modified: 14.01.2019

---

Поиск плагинов

![](https://ps.w.org/easy-development/assets/banner-772x250.png?rev=1763544)

Этот плагин **не тестировался с последними 3 основными выпусками WordPress**. Скорее
всего, он уже не поддерживается и может быть несовместим с текущими версиями WordPress.

![](https://s.w.org/plugins/geopattern-icon/easy-development_323232.svg)

# Development Environment

 Автор: [loonpwn](https://profiles.wordpress.org/loonpwn/)

[Скачать](https://downloads.wordpress.org/plugin/easy-development.zip)

 * [Детали](https://ru.wordpress.org/plugins/easy-development/#description)
 * [Отзывы](https://ru.wordpress.org/plugins/easy-development/#reviews)
 *  [Установка](https://ru.wordpress.org/plugins/easy-development/#installation)
 * [Разработка](https://ru.wordpress.org/plugins/easy-development/#developers)

 [Поддержка](https://wordpress.org/support/plugin/easy-development/)

## Описание

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](http://www.htaccesstools.com/htpasswd-generator/)

#### **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`
    ```

## Установка

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.

## Отзывы

![](https://secure.gravatar.com/avatar/6d62ca1bd186a2e75ce8fc5a2f161536d03312a45ba7e30f1f9440d8367d3432?
s=60&d=retro&r=g)

### 󠀁[No More Headaches!](https://wordpress.org/support/topic/no-more-headaches-2/)󠁿

 [loonpwn](https://profiles.wordpress.org/loonpwn/) 23.10.2017 1 ответ

— 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

 [ Посмотреть 1 отзыв ](https://wordpress.org/support/plugin/easy-development/reviews/)

## Участники и разработчики

«Development Environment» — проект с открытым исходным кодом. В развитие плагина
внесли свой вклад следующие участники:

Участники

 *   [ loonpwn ](https://profiles.wordpress.org/loonpwn/)

[Перевести «Development Environment» на ваш язык.](https://translate.wordpress.org/projects/wp-plugins/easy-development)

### Заинтересованы в разработке?

[Посмотрите код](https://plugins.trac.wordpress.org/browser/easy-development/), 
проверьте [SVN репозиторий](https://plugins.svn.wordpress.org/easy-development/),
или подпишитесь на [журнал разработки](https://plugins.trac.wordpress.org/log/easy-development/)
по [RSS](https://plugins.trac.wordpress.org/log/easy-development/?limit=100&mode=stop_on_copy&format=rss).

## Журнал изменений

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

## Мета

 *  Версия **1.0.6**
 *  Обновление: **8 лет назад**
 *  Активных установок: **Менее 10**
 *  Версия WordPress ** 4.6 или выше **
 *  Совместим вплоть до: **5.0.27**
 *  Версия PHP ** 7.0 или выше **
 *  Язык
 * [English (US)](https://wordpress.org/plugins/easy-development/)
 * Метки:
 * [dev](https://ru.wordpress.org/plugins/tags/dev/)[development](https://ru.wordpress.org/plugins/tags/development/)
   [easy](https://ru.wordpress.org/plugins/tags/easy/)[env](https://ru.wordpress.org/plugins/tags/env/)
   [environment](https://ru.wordpress.org/plugins/tags/environment/)
 *  [Дополнительно](https://ru.wordpress.org/plugins/easy-development/advanced/)

## Оценки

 5 из 5 звёзд.

 *  [  1 5-звездный отзыв     ](https://wordpress.org/support/plugin/easy-development/reviews/?filter=5)
 *  [  0 4-звездный отзыв     ](https://wordpress.org/support/plugin/easy-development/reviews/?filter=4)
 *  [  0 3-звездный отзыв     ](https://wordpress.org/support/plugin/easy-development/reviews/?filter=3)
 *  [  0 2-звездный отзыв     ](https://wordpress.org/support/plugin/easy-development/reviews/?filter=2)
 *  [  0 1-звездный отзыв     ](https://wordpress.org/support/plugin/easy-development/reviews/?filter=1)

[Ваш отзыв](https://wordpress.org/support/plugin/easy-development/reviews/#new-post)

[Посмотреть всеотзывы](https://wordpress.org/support/plugin/easy-development/reviews/)

## Участники

 *   [ loonpwn ](https://profiles.wordpress.org/loonpwn/)

## Поддержка

Есть что сказать? Нужна помощь?

 [Перейти в форум поддержки](https://wordpress.org/support/plugin/easy-development/)