Linux 软件免费装
Banner图

Development Environment

开发者 loonpwn
更新时间 2019年1月14日 09:42
PHP版本: 4.6 及以上
WordPress版本: 5.0.2
版权: GPLv2 or later
版权网址: 版权信息

标签

development easy dev environment env whoops

下载

1.0.3 1.0.4 1.0.5 1.0.6

详情介绍:

Whoops error handling, no password logins, template hints, no indexing, flush rewrites, everything a developer needs for their local development environment. Components 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

安装:

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.

更新日志:

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