I have a collection of x amount of tables that are directly related to my user model. Currently there are 6 tables, but due to the nature of the project, this needs to be able to scale up.
Much like facebook, I need to grab the latest n number of aggregated entries from all of the x number of tables to show as an activity feed, ordered by their posted date.
Also I very much need to use Models so that things like presenters still work.
Anybody have any ideas on how to do this so that it'll still scale?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community