DEV Community

Discussion on: Laravel API Resource + Vue.js Pagination (Part One)

Collapse
 
olivedev profile image
olivedev

You can also create pagination in Laravel based website with vue without using JSON. For that, you will have to first create model, controller and view of your app. In this tutorial, you have created model, but not controller and view. Here is an example of Vue Pagination done in Laravel using MVC method.