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
- Host: GitHub
- URL: https://github.com/jaxon-php/jaxon-demo-cake
- Owner: jaxon-php
- License: bsd-3-clause
- Created: 2022-04-23T02:23:37.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-30T14:08:09.000Z (over 1 year ago)
- Last Synced: 2025-10-30T21:38:02.626Z (8 months ago)
- Language: JavaScript
- Size: 2.29 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```