An open API service indexing awesome lists of open source software.

https://github.com/markstory/z-ray-cakephp

Z-Ray extensions for CakePHP 3.0
https://github.com/markstory/z-ray-cakephp

Last synced: 3 months ago
JSON representation

Z-Ray extensions for CakePHP 3.0

Awesome Lists containing this project

README

        

# Z-Ray-CakePHP

Z-Ray extension for CakePHP 3.0. It will result in additional tab(s) to be presented in the browser.
Installation

Create a directory named as desired, and add the contents of this repo within.

Example: (assuming default install directory for Zend Server)

```
/usr/local/zend/var/zray/extensions/CakePHP/zray.php
/usr/local/zend/var/zray/extensions/CakePHP/logo.png
```

You can either copy the files into that location, or clone this repository
into your zray extensions directory.

## Installing in Zend Server 8.5

Run the following commands as root, from within a clone of this repository

```
mkdir -p /usr/local/zend/var/plugins/cakephp/zray
cp * /usr/local/zend/var/plugins/cakephp/zray/
```

Example: (assuming default install directory for Zend Server)

```
/usr/local/zend/var/zray/extensions/CakePHP/zray.php
/usr/local/zend/var/zray/extensions/CakePHP/logo.png
```

You can either copy the files into that location, or clone this repository
into your zray extensions directory.

## License

This code is provided under the MIT License.