Skip to content

Instantly share code, notes, and snippets.

@mandado
Forked from fhferreira/routes.php
Created January 9, 2014 01:02
Show Gist options
  • Save mandado/8327637 to your computer and use it in GitHub Desktop.
Save mandado/8327637 to your computer and use it in GitHub Desktop.
<?php
View::composer(Paginator::getViewName(), function($view) {
$query = array_except( Input::query(), Paginator::getPageName() );
$view->paginator->appends($query);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment