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: 2025-02-19 11:47:00 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() !!}