We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 796ed1e commit c919402Copy full SHA for c919402
src/Illuminate/Pagination/AbstractPaginator.php
@@ -447,6 +447,17 @@ public static function defaultSimpleView($view)
447
static::$defaultSimpleView = $view;
448
}
449
450
+ /**
451
+ * Indicate that Bootstrap 3 styling should be used for generated links.
452
+ *
453
+ * @return void
454
+ */
455
+ public static function useBootstrapThree()
456
+ {
457
+ static::defaultView('pagination::default');
458
+ static::defaultSimpleView('pagination::simple-default');
459
+ }
460
+
461
/**
462
* Get an iterator for the items.
463
*
0 commit comments