impleri / laravel-resource

Alternative RESTful resource implementation for Laravel 4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel Resource Library

An Alternative RESTful resource implementation for Laravel 4. This package provides a more extensive REST API interface than the stock resource controller generator. Out of the box, the package provides a lot of boilerplate code for scaffolding routes, controllers, models, and views. Routes are RESTful and API-centric. It handles outputting to JSON, XML (via a view), HTML (via a view), CSV, and plain text.

Latest Release | Build Status | Code Quality | Code Coverage | Dependency Status

About

Alternative RESTful resource implementation for Laravel 4

License:BSD 2-Clause "Simplified" License


Languages

Language:PHP 100.0%