Exemplo n.º 1
0
 public function getPaginated($howMany = 25)
 {
     return User::orderBy('username', 'asc')->paginate($howMany);
 }