On the phone so YMMV:
$addresses = Address::has('location', '=', 0)->get();
Of course. Thank you for this quick and simple solution.
Here is more info from the official docs:
http://laravel.com/docs/5.1/eloquent-relationships#querying-relations
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community