https://github.com/jaxon-php/jaxon-demo-symfony
Demo of Jaxon integration for the Symfony framework
https://github.com/jaxon-php/jaxon-demo-symfony
Last synced: 4 months ago
JSON representation
Demo of Jaxon integration for the Symfony framework
- Host: GitHub
- URL: https://github.com/jaxon-php/jaxon-demo-symfony
- Owner: jaxon-php
- License: bsd-3-clause
- Created: 2022-04-23T02:18:31.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-30T14:08:06.000Z (7 months ago)
- Last Synced: 2025-01-19T19:53:00.119Z (5 months ago)
- Language: PHP
- Size: 196 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 the Symfony framework
====================================Demo of the [Jaxon integration for the Symfony framework](https://github.com/jaxon-php/jaxon-symfony).
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-symfony demo-symfony
cd demo-symfony
composer install
```Configure a web server to give access to the `public` subdir.
For example, with the Symfony builtin web server:
```bash
symfony server:start
```