Articles
Snippets
Enter 3 characters
No result found!
adding bootstrap pagination in Laravel you must use the below code inside your AppServiceProvider then go to boot() function and add this.
Paginator::useBootstrap();