https://github.com/jaxon-php/jaxon-demo-yii
Demo of Jaxon integration for the Yii framework
https://github.com/jaxon-php/jaxon-demo-yii
Last synced: 4 months ago
JSON representation
Demo of Jaxon integration for the Yii framework
- Host: GitHub
- URL: https://github.com/jaxon-php/jaxon-demo-yii
- Owner: jaxon-php
- License: bsd-3-clause
- Created: 2022-04-23T02:22:18.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-03T06:29:04.000Z (12 months ago)
- Last Synced: 2025-01-19T19:52:57.400Z (6 months ago)
- Language: PHP
- Size: 40 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Jaxon demo for Yii
==================Demo of the [Jaxon integration for the Yii framework](https://github.com/jaxon-php/jaxon-yii).
The Jaxon classes are in the `jaxon/ajax` subdir.
Installation
------------Clone this repo, and install with `Composer`.
```bash
git clone [email protected]:jaxon-php/jaxon-demo-yii demo-yii
cd demo-yii
composer install
```Configure a web server to give access to the `web` subdir.
For example, with the PHP builtin web server:
```bash
cd web/
php -S localhost:8888
```