Download the PHP package zend/zend-studio-development-mode without Composer
On this page you can find all versions of the php package zend/zend-studio-development-mode. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download zend/zend-studio-development-mode
More information about zend/zend-studio-development-mode
Files in zend/zend-studio-development-mode
Package zend-studio-development-mode
Short Description Zend Framework 2 module that helps the Zend Framework 2 application to be developed with Zend Studio
License BSD-3-Clause
Homepage https://github.com/zendtech/zend-studio-development-mode
Informations about the package zend-studio-development-mode
Zend Studio Development Mode
Zend Framework module that helps developing Zend Framework applications with Zend Studio.
Introduction
This module adds the following configuration to the Zend Framework application:
- Adds a
Cache-Control: no-cacheheader to the response object to avoid caching in Internet Explorer. - Changes the
Origin: file://header in the request object sent by Android 4.x devices toOrigin: file:///to avoid failure when using the ZfrCors module.
NOTE
DO NOT enable this module in production systems.
Installation
Run the following composer command:
Alternately, manually add the following to your composer.json, in the require section:
And then run composer update to ensure the module is installed.
Finally, add the module name to your project's config/development.config.php under the modules
key:
Typically, this module should be used along with
zf-development-mode in order to conditionally
enable the module in your application. When doing so, you will add the module to your project's
config/development.config.php.dist file instead of the config/application.config.php file, and
enable it via php public/index.php development enable.
All versions of zend-studio-development-mode with dependencies
zendframework/zend-eventmanager Version ^2.3 || ^3.0
zendframework/zend-http Version ^2.3
zendframework/zend-modulemanager Version ^2.3
zendframework/zend-mvc Version ^2.3 || ^3.0