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

0
0
(0)

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() !!}

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.

Leave A Reply

Your email address will not be published.