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

GitHub repository using Git Bash command

  To add a project to a GitHub repository using Git Bash command line, you can follow these steps: Create a new repository on GitHub by logg...