phillippohlandt/materializecss-laravel-pagination

Pagination Presenter for MaterializeCSS

1.0.0 2015-07-26 10:46 UTC

This package is not auto-updated.

Last update: 2024-04-17 07:43:54 UTC


README

Laravel Pagination Presenter for http://materializecss.com/

Installation

composer require phillippohlandt/materializecss-laravel-pagination

Usage

{!! with(new Ohlandt\Presenters\Pagination\Materialize($paginator))->render() !!}
With custom color
{!! with((new Ohlandt\Presenters\Pagination\Materialize($paginator))->setColor('lime darken-1'))->render() !!}