The Controller Function | Laravel Paginator Pretty URLs
Now if we move over to our controller, we actually need to implement the getShowResults() function. 1 <?php 2 3 ... 4 5 class UsersController extends BaseController { 6 7 public function getShowResults ( $ page ) 8 { 9 // Code here to get a list...