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

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

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

Last synced: 4 months ago
JSON representation

Demo of Jaxon integration for the Laravel framework

Awesome Lists containing this project

README

        

Jaxon demo for the Laravel framework
====================================

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

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-laravel demo-laravel
cd demo-laravel
composer install
```

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

For example, with the Laravel builtin web server:

```bash
php artisan serve
```