Open shankhadevpadam opened 7 years ago
I want to list all the user which have no role.
Try this:
App\User::doesntHave('roles')->get();
Querying Relationship Absence: https://laravel.com/docs/5.4/eloquent-relationships#querying-relationship-absence
I want to list all the user which have no role.