g33kidd / bracket

An eSports tournament framework built with Laravel
MIT License
35 stars 9 forks source link

Add pagination to API Controllers #36

Open g33kidd opened 8 years ago

g33kidd commented 8 years ago

Since we might need a Vue component or Two that would be doing paginated pages or filtering of data, we need to add an Api helper to check for this data and properly retrieve the paginated data object.

Vue already has a mixin called vue-paginated that will send the proper request to get the net page, total, etc..