如果調(diào)用了paginate方法,但是報錯 : default.ERROR: Class 'Illuminate\Pagination\Paginator' not found
運行 composer require illuminate/pagination
,這樣就可以使用 illuminate/database
的分頁了
但是要注意和數(shù)據(jù)庫ORM版本一致, 所以安裝的時候最好加上版本號 :
composer require illuminate/pagination "7.*"
.
-------------------------------分割線----------------------------------
還是繼續(xù)報錯: ErrorException: call_user_func() expects parameter 1 to be a valid callback, no array or string given in D:\web\webman\vendor\illuminate\pagination\AbstractPaginator.php:519
最后發(fā)現(xiàn)用了模板引擎必須采用 blade才能使用此分頁組件。
php8 執(zhí)行了 composer require illuminate/pagination 報這個錯
BadMethodCallException: Method Illuminate\Support\Collection::paginate does not exist. in