Saturday, May 7, 2022

Laravel Pagination is showing weird arrows

 

Bootstrap Pagination is showing weird arrows

Here is official document that talk about it. You can check it





Inside AppServiceProvider

use Illuminate\Pagination\Paginator;
public function boot()
{
    Paginator::useBootstrap();
}





















Doc: 

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


No comments:

Post a Comment

How to Host a Laravel Project on Hostinger’s hPanel: A Step-by-Step Guide

How to Host a Laravel Project on Hostinger’s hPanel: A Step-by-Step Guide If you're looking to host a Laravel project on Hostinger’s hPa...