传递数组count(array)
和itemsPerPage
作为参数时出现以下错误。
Call to undefined method Illuminate\Pagination\Paginator::make()
我尝试跟随它,但无法修复错误。
use Illuminate\Pagination\LengthAwarePaginator as Paginator;
use Illuminate\Pagination;
use Illuminate\Support\Facades\Paginator;
use Illuminate\Pagination\Factory;
use App\Response;
make
方法在http://laravel.com/api/5.0/Illuminate/Pagination/Environment.html#method_make文档中定义。