Assuming you're using Eloquent models: $thoughts = Thought::all(); $unused_verses = Verse::whereNot...
ckissi said: thevelement said: The programs() method will create an attribute that will be a Colle...
The programs() method will create an attribute that will be a Collection of the relationships, so yo...
How are you storing these "interests" in your database? Have you set them up as a one-to-m...
The Laravel portal for problem solving, knowledge sharing and community building.
The community