Symfony 3 - Pagination with Twig and KnpPaginatorBundle (Part 2/14)
More videos just like this at https://codereviewvideos.com/course/pagination-filtering-and-sorting In this video we are going to add in Pagination into our Twig CRUD implementation. We will be re-using the code from the previous course where we implemented a CRUD app using: Symfony 3 with Twig Symfony 3 as an API Angular 1.5 React 15.2 We will cover how to add in Pagination, Filtering, and Sorting to each of these implementations. For the moment, we are only concerning ourselves with adding Pagination into the Twig implementation. However, what you are about to learn will also apply - in the vast majority - to every other implementation. This is because all of this happens on the server side. If you would like to jump right in and haven't yet completed the previous course then you can clone the repository from GitHub (the master branch) and follow along.