Skip to content
This repository has been archived by the owner on Oct 24, 2018. It is now read-only.

2.0.0

Compare
Choose a tag to compare
@sebastiandedeyne sebastiandedeyne released this 14 Aug 10:00
· 86 commits to master since this release

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).