Advertisement
Device-Cheat

where is ORM

Apr 24th, 2020
370
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.12 KB | None | 0 0
  1. $posts = Post::whereHas('author', function ($q) {
  2.     $q->where('name', 'Artur');
  3. })->get();
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10. GitHub: shfx17
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement