Step 1.3: The getPageLinkWrapper Method | Semantic UI Paginator for Laravel 4
This method is what Laravel calls when it is generating the links to the different pages a user can go to. It takes the page's URL, name and an option rel attribute and generates a link to it. Our Semantic UI version will look like this: 1 /** 2 *...