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
- Host: GitHub
- URL: https://github.com/markstory/z-ray-cakephp
- Owner: markstory
- License: mit
- Created: 2015-03-28T02:30:36.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-09T01:22:29.000Z (over 9 years ago)
- Last Synced: 2025-01-23T21:44:50.635Z (4 months ago)
- Language: PHP
- Size: 155 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
InstallationCreate 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.