I am trying to do a pagination and it works. But in the pagination I am only getting
? Previous Next ?
How to do pagination with laravel so that i can see number pagination
< 1 2 3 >
you can check that in the In providers/AppServiceProvider this line is added
providers/AppServiceProvider
use IlluminatePaginationPaginator; public function boot() { Paginator::useBootstrap(); }
2.1m questions
2.1m answers
60 comments
57.0k users