Open Anachron opened 8 years ago
More details? I don't understand it quite well.
I am sorry for the very late response. A resource is like a definition of an object, like user, book or profile. It then needs to have at least the routes to the view, edit and delete actions. Index would also list all possible objects depending on the resource type.
Basically a small wrapper around /xyz/resource/ that will handle UPDATE, GET, INDEX, DELETE events (and alike) and pass it to a ResourceTrait that you can overwrite.