Skip to content
This repository has been archived by the owner on Dec 14, 2022. It is now read-only.

Abstract RESTful resource handling #1

Open
impleri opened this issue Dec 8, 2013 · 1 comment
Open

Abstract RESTful resource handling #1

impleri opened this issue Dec 8, 2013 · 1 comment
Assignees
Milestone

Comments

@impleri
Copy link
Owner

impleri commented Dec 8, 2013

Most data entities should be accessible via a simple, generic resource handling that covers the basics of creating and controlling RESTful routes, performing CRUD actions on the model, and view template shells.

The goal is that a developer can add a new resource, such as 'blog post' without needing to build out or copypasta the repetitive portions.

@ghost ghost assigned impleri Dec 8, 2013
@impleri
Copy link
Owner Author

impleri commented Dec 11, 2013

Initial work in an external project: https://github.com/impleri/laravel-resource

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant