Lập trình , Thiết kế website, Auto Game Online

Khắc phục Laravel không hiển thị số trang pagenavi ( Laravel 8 – Pagination not showing numbers)

1

Laravel 8 – Pagination not showing numbers

 In AppServiceProvider add

use Illuminate\Pagination\Paginator;

public function boot()
{
    Paginator::useBootstrap();
}

Docs: https://laravel.com/docs/8.x/pagination#using-bootstrap

Cú pháp để truy vấn trên view không thay đổi :

{!! $value->links() !!}

Leave A Reply

Your email address will not be published.