Example #1
0
 public function getAll($order_by = 'id', $sort = 'asc')
 {
     return Article::orderByDate()->paginate(15);
 }