You've already forked lubo_comment_query
样式,排序,翻页保留查询条件,继续抽象
This commit is contained in:
@ -12,7 +12,7 @@ class ProgramQueryController extends BaseController
|
||||
$keyword = $request->get("keyword", "");
|
||||
$programs = Programs::query()->with(["appends", "video_pivots.video"])
|
||||
->where("status", "=", 1)->limit(15)->orderByDesc("created_at")
|
||||
->paginate();
|
||||
->paginate(10)->withQueryString();
|
||||
return view("program.index", [
|
||||
"keyword" => $keyword,
|
||||
"programs"=>$programs,
|
||||
|
Reference in New Issue
Block a user