Anyone going? http://www.amsterdamhackathon.com
I've created my very first 2 blog posts about creating and using repositories in Laravel http://blog...
I think you need a whereHas() $non_husbands = Person::whereHas('wife', function($query) { $query...
did you read http://laravel.com/docs/eloquent#collections regarding filter() and each()
The Laravel portal for problem solving, knowledge sharing and community building.