https://github.com/dingo/api
Raw File
Tip revision: f6138d3bfced0bd7d2a2a06635b2880c9bfe932f authored by Jason Lewis on 06 December 2014, 07:13:15 UTC
Fixed bug where request was not bound as an instance resulting in rebounds not being fired.
Tip revision: f6138d3
readme.md
# API for Laravel

This is an API package for the Laravel framework. It allows you to build a flexible RESTful API that can be consumed externally and by your own application.

[![Build Status](https://travis-ci.org/dingo/api.svg?branch=master)](https://travis-ci.org/dingo/api)

## Manual

Refer to the [Wiki](https://github.com/dingo/api/wiki) for installation instructions and how to use this package.

## License

This package is licensed under the [BSD 3-Clause license](http://opensource.org/licenses/BSD-3-Clause).
back to top