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
- Host: GitHub
- URL: https://github.com/jaxon-php/jaxon-demo-laravel
- Owner: jaxon-php
- License: bsd-3-clause
- Created: 2022-04-23T02:19:33.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-30T14:08:04.000Z (7 months ago)
- Last Synced: 2025-01-19T19:52:56.605Z (5 months ago)
- Language: PHP
- Size: 153 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```