Here is the official document that talks about it. You can check it

Inside AppServiceProvider
 

use Illuminate\Pagination\Paginator;

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