add
Paginator::useBootstrap();
to
AppServiceProvider.php
boot
method
use Illuminate\Pagination\Paginator;
public function boot()
    {
        Paginator::useBootstrap();
    }
by გიორგი უზნაძე
3 years ago
CSS
Bootstrap
Laravel
Pagination
0
Pro tip: use ```triple backticks around text``` to write in code fences