Skip to content

Instantly share code, notes, and snippets.

@sutara79
Last active October 10, 2017 01:21
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 sutara79/7e6e97dbb16049bde7875c5b408fd70a to your computer and use it in GitHub Desktop.
Save sutara79/7e6e97dbb16049bde7875c5b408fd70a to your computer and use it in GitHub Desktop.
Laravel 5.4, 5.5 日本語メッセージ: ページネーション
<?php
return [
/*
|--------------------------------------------------------------------------
| Pagination Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used by the paginator library to build
| the simple pagination links. You are free to change them to anything
| you want to customize your views to better match your application.
|
*/
'previous' => '&laquo; 前',
'next' => '次 &raquo;',
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment