我不知道会发生什么。我正在使用分页,但它给了我错误 喜欢: - 调用数组
上的成员函数links()这是我的代码 功能: -
enter code here
use Illuminate\Pagination\LengthAwarePaginator;
public function index(){
$data = DB::table('tasks')->paginate(1);
$data= json_decode(json_encode($data),true);
return view('index',['data'=>$data]);
}
我用刀片文件结束foreach结束: -
enter code here
{{ $data->links() }}