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

https://github.com/jaxon-php/jaxon-demo-cake

Demo of Jaxon integration for the CakePHP framework
https://github.com/jaxon-php/jaxon-demo-cake

Last synced: 8 days ago
JSON representation

Demo of Jaxon integration for the CakePHP framework

Awesome Lists containing this project

README

          

Jaxon demo for the CakePHP framework
====================================

Demo of the [Jaxon integration for the CakePHP framework](https://github.com/jaxon-php/jaxon-cake).

The Jaxon classes are in the `jaxon/ajax` subdir.

Installation
------------

Clone this repo, and install with `Composer`.

```bash
git clone git@github.com:jaxon-php/jaxon-demo-cakephp demo-cakephp
cd demo-cakephp
composer install
```

Configure a web server to give access to the `webroot` subdir.

For example, with the PHP builtin web server:

```bash
cd webroot/
php -S localhost:8888
```