Jaxon demo for the Symfony framework
Demo of the Jaxon integration for the Symfony framework.
The Jaxon classes are in the jaxon/ajax
subdir.
Installation
Clone this repo, and install with Composer
.
git clone git@github.com: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:
symfony server:start