Bootstrap, Foundation, or Materialize styles for Laravel Pagination

Packages

June 25th, 2015

Materialize Laravel Pagination

Duilio Palacios launched a new package that allows you to easily style the pagination links created by Laravel. After installing the package you can simply edit a config file and define which framework you are using then everything else is handled automatically:

return array(
'theme' => 'bootstrap'
);

The current release support Bootstrap, Foundation, and Materialize.

Filed in:

Eric L. Barnes

Eric is the creator of Laravel News and has been covering Laravel since 2012.