GitXplorerGitXplorer
m

Z-Ray-CakePHP

public
2 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
a9d5253b1a85405824f92b6a7236e003e0e4b1c8

Bump version number in metadata.

mmarkstory committed 9 years ago
Unverified
60e999e525ece5f2d28fec6de95b519450d85989

Remove memory formatting.

mmarkstory committed 9 years ago
Unverified
9108962f0750befd847ae30e61769f3e4c5db4c9

Fix wonky spacing.

mmarkstory committed 9 years ago
Unverified
1333241f0cdba8ba4a1aa8cba9cc48abcae681e5

Use a simpler name for the package.

mmarkstory committed 9 years ago
Unverified
f00df31902ea8615ee87d62367ef25fbc2f8d6c5

Update structure to 8.5 format.

mmarkstory committed 9 years ago
Unverified
16c5f8cb2b425e4fe565adf9b827d707f31439c6

Add composer and travis files.

mmarkstory committed 10 years ago

README

The README file for this repository.

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.