Skip to content

Instantly share code, notes, and snippets.

@ho3ein-mola
Last active July 29, 2018 18:24
Show Gist options
  • Save ho3ein-mola/348b292eb7cb7a6e3c0cf313f29e5985 to your computer and use it in GitHub Desktop.
Save ho3ein-mola/348b292eb7cb7a6e3c0cf313f29e5985 to your computer and use it in GitHub Desktop.
get user base on rule
<?php
$users = User::whereHas('roles', function ($query) {
$query->where('id', 2);
})->get();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment