Pagination

Pagination

Introduction

In other frameworks, pagination can be very painful. Laravel's paginator is integrated with the query builder and Eloquent ORM and provides convenient, easy-to-use pagination of database results out of the box. The HTML generated by the paginator is compatible with the Bootstrap CSS framework.

doc_Laravel
2016-11-02 16:31:13
Comments
Leave a Comment

Please login to continue.