You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 14, 2022. It is now read-only.
An Alternative RESTful resource implementation for Laravel 4. This package provides
5
+
a more extensive REST API interface than the stock resource controller generator.
6
+
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.
8
7
9
8
10
-
Alternative RESTful resource implementation for Laravel 4. This package provides
11
-
a more extensive REST API interface than the stock resource controller generator.
12
-
Out of the box, the package allows others to generate routes and controllers so
13
-
that developers simply plug in a model and overload methods when needed.
0 commit comments