I am getting the following error while passing an array, count(array)
and itemsPerPage
as arguments.
Call to undefined method Illuminate\Pagination\Paginator::make()
I tried following with it but cant fix the error.
use Illuminate\Pagination\LengthAwarePaginator as Paginator;
use Illuminate\Pagination;
use Illuminate\Support\Facades\Paginator;
use Illuminate\Pagination\Factory;
use App\Response;
make
method is defined in http://laravel.com/api/5.0/Illuminate/Pagination/Environment.html#method_make document.