This post is from a low-reputation account and contains an unverified outbound link. Be cautious before clicking external links.
Simple Pagination can be enabled in laravel by using illuminate/pagination package. To enable pagination, first install the package and setup controller. In controller, use Paginate() function to create pagination. Finally setup routes and convert your pagination results to JSON.
Source: Laravel Pagination Tutorial