Skip to content

Instantly share code, notes, and snippets.

@tsmsogn
Last active November 22, 2019 08:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tsmsogn/ade22406dfa474363632fd0009fe0d61 to your computer and use it in GitHub Desktop.
Save tsmsogn/ade22406dfa474363632fd0009fe0d61 to your computer and use it in GitHub Desktop.
Laravel: Paginator#firstPageUrl(),Paginator#lastPageUrl()
  • first page url
$paginator->url(1)
  • last page url
$paginator->url($paginator->lastPage())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment