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:
parent
0ca9c3847b
commit
cfc5233bc0
|
|
@ -26,6 +26,6 @@ return array(
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'pagination' => 'pagination::slider',
|
'pagination' => 'pagination::slider-3',
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue