phillippohlandt/materializecss-laravel-pagination

Pagination Presenter for MaterializeCSS
32 6
Install
composer require phillippohlandt/materializecss-laravel-pagination
Latest Version:1.0.0
License:MIT
Last Updated:Aug 29, 2015
Links: GitHub  ·  Packagist
Maintainer: PhillippOhlandt

MaterializeCSS Laravel Pagination Presenter

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() !!}

Related Packages

laracasts/presenter

Simple view presenters

3,686,347 865
witty/laravel-table-view

Laravel 5 Package for easily displaying table views for Eloquent Collections wit...

13,430 46
jvmartin/laravel5-foundation6-pagination

Foundation for Sites 6 pagination for Laravel 5.

143 0
maikealame/laravel-auto

Laravel helper to make almost everything for your project

4,657 41
robclancy/presenter

Decorate your objects using presenters. Primarily to keep presentation logic out...

1,120,369 345