7 Replies
Relationships?
more like union
Read only?
yes, it is just for read only. tbh. i actually not sure how to approach this problem. that is why i raise this question.
You could create a db view and use it as a model
https://stackoverflow.com/questions/26593270/how-to-access-db-views-using-laravel-models
Stack Overflow
How to access db views using Laravel models?
I am porting a Postgres-backed web app to Laravel 4.2, and I can't see a way to utilize the existing eight or so summation views which are built in the psql db. These views preform various aggrega...
I might need do some digging on this.. Thank you!
@Rolland, did you make any progress on this? I am also looking to display multiple models in one table.