Change pagination to slider-3 for Bootstrap v3

This is an update in accordance to #601

Laravel made an update for pagination to work with Bootstrap v3. October also uses Bootstrap v3.1.1, so it would make sense for this version to be the default pagination output.

Reference: https://github.com/laravel/docs/pull/421
This commit is contained in:
Josh Hall 2014-09-23 14:18:09 -05:00
parent 0ca9c3847b
commit cfc5233bc0
1 changed files with 1 additions and 1 deletions

View File

@ -26,6 +26,6 @@ return array(
| |
*/ */
'pagination' => 'pagination::slider', 'pagination' => 'pagination::slider-3',
); );