Support the ongoing development of Laravel.io →
Eloquent
Last updated 2 years ago.
0

I have managed to do a work around but was wondering if there is an actual method..

Icon::whereNotIn( 'id', Icon::has( 'keywords' )->lists( 'id' ) )->paginate( 40 );
Last updated 2 years ago.
0

The second parameter to has() is $operator and the third is $count. So:

Model::has('relation', '=', 0);

Last updated 2 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.