drakkex

Results 2 comments of drakkex

I performed a search with `$pages = Page::search( $params )->paginate( 10 )` option and this time it didn't show any error, I am using `$pages-render()` method to show pagination links...

And i confirm the pagination works when i directly change the `page` parameter in url `&page=1`, `&page=2`, ... `&page=10` in the url (in this case results per page is 15,...