Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phillippohlandt/materializecss-laravel-pagination
Laravel Pagination Presenter for MaterializeCSS | https://packagist.org/packages/phillippohlandt/materializecss-laravel-pagination
https://github.com/phillippohlandt/materializecss-laravel-pagination
Last synced: 4 days ago
JSON representation
Laravel Pagination Presenter for MaterializeCSS | https://packagist.org/packages/phillippohlandt/materializecss-laravel-pagination
- Host: GitHub
- URL: https://github.com/phillippohlandt/materializecss-laravel-pagination
- Owner: PhillippOhlandt
- License: mit
- Created: 2015-07-26T10:03:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-29T09:36:50.000Z (about 9 years ago)
- Last Synced: 2024-11-11T17:29:17.995Z (8 days ago)
- Language: PHP
- Homepage:
- Size: 183 KB
- Stars: 6
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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() !!}
```