2017 © Pedro Peláez
 

library zend-studio-development-mode

Zend Framework 2 module that helps the Zend Framework 2 application to be developed with Zend Studio

image

zend/zend-studio-development-mode

Zend Framework 2 module that helps the Zend Framework 2 application to be developed with Zend Studio

  • Friday, September 30, 2016
  • by kaloyan-raev
  • Repository
  • 6 Watchers
  • 4 Stars
  • 59,155 Installations
  • PHP
  • 4 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 3 % Grown

The README.md

Zend Studio Development Mode

Zend Framework module that helps developing Zend Framework applications with Zend Studio., (*1)

Introduction

This module adds the following configuration to the Zend Framework application: * Adds a Cache-Control: no-cache header 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 to Origin: file:/// to avoid failure when using the ZfrCors module., (*2)

NOTE

DO NOT enable this module in production systems., (*3)

Installation

Run the following composer command:, (*4)

$ composer require --dev "zend/zend-studio-development-mode:^1.0"

Alternately, manually add the following to your composer.json, in the require section:, (*5)

"require-dev": {
    "zend/zend-studio-development-mode": "^1.0"
}

And then run composer update to ensure the module is installed., (*6)

Finally, add the module name to your project's config/development.config.php under the modules key:, (*7)

return array(
    /* ... */
    'modules' => array(
        /* ... */
        'ZendStudioDevelopmentMode',
    ),
    /* ... */
);

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., (*8)

The Versions

30/09 2016

dev-master

9999999-dev https://github.com/zendtech/zend-studio-development-mode

Zend Framework 2 module that helps the Zend Framework 2 application to be developed with Zend Studio

  Sources   Download

BSD-3-Clause

The Requires

 

development zf2 zend framework mode zend studio

30/09 2016

1.0.2

1.0.2.0 https://github.com/zendtech/zend-studio-development-mode

Zend Framework 2 module that helps the Zend Framework 2 application to be developed with Zend Studio

  Sources   Download

BSD-3-Clause

The Requires

 

development zf2 zend framework mode zend studio

23/05 2014

1.0.1

1.0.1.0 https://github.com/zendtech/zend-studio-development-mode

Zend Framework 2 module that helps the Zend Framework 2 application to be developed with Zend Studio

  Sources   Download

BSD-3-Clause

The Requires

 

development zf2 zend framework mode zend studio

22/05 2014

1.0.0

1.0.0.0 https://github.com/zendtech/zend-studio-development-mode

Zend Framework 2 module that helps the Zend Framework 2 application to be developed with Zend Studio

  Sources   Download

BSD-3-Clause

The Requires

 

development zf2 zend framework mode zend studio