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

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

Learn more »

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


All the options and events can be found in official documentation

Please reload the page to view the responsive functionalities