Reputation: 2285
I am Using FOSRestBundle For REST Services. Its Working fine . How can I Set the services for NewAction,UpdateAction,EditAction and DeleteAction For an Entity..? I didn't get any idea from the doc from github. Please Help me Thanks in advance
Upvotes: 0
Views: 430
Reputation: 1702
I think that isn't any rest crud generator. But you can read this links:
FOSRestBundle, can't seem to figure out how to make JSON and HTML work all together
http://blog.dsyph3r.com/2011/10/connect-rest-with-symfony2.html
Upvotes: 1