are you referring to a universal route that accepts any request then passes the params to a methods based on what it received ?
No. Its some kind of revisions. For most of the data I write into my database I want to have information about the kind of update, the ip which created this update and so on. But this data gets written vor every changed row in my database, so if a single request updates for example a survey and adds 2 questions to the survey I get 3 entries (1 for the survey, 2 for the questions). And for the output I'd like to group them and display those 3 entries as "survey update" and then showing the details from every 3 entries.
edit: want I am trying to implement is roughly this: https://github.com/VentureCraft/revisionable
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community