How to add bootstrap pagination in Laravel

avatar
Published: Feb 21, 2023

adding bootstrap pagination in Laravel you must use the below code inside your AppServiceProvider then go to boot() function and add this.

Paginator::useBootstrap();