This repository has been archived by the owner on Oct 24, 2018. It is now read-only.
2.0.0
This release changes the route macro to only register one route with the entire query in it, so providing a page parameter to the action link is no longer possible.
For example, action('FooController@bar', ['page' => 3])
is no longer possible, and should be replaced by PaginateRoute::addPageQuery(action('FooController@bar'), 3)
.