2017 © Pedro Peláez
 

library laravel5-foundation6-pagination

Foundation for Sites 6 pagination for Laravel 5.

image

jvmartin/laravel5-foundation6-pagination

Foundation for Sites 6 pagination for Laravel 5.

  • Friday, August 5, 2016
  • by JVMartin
  • Repository
  • 1 Watchers
  • 0 Stars
  • 128 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 1 % Grown

The README.md

Foundation for Sites 6 Pagination for Laravel 5.2

Copyright © 2016 Jacob Martin, (*1)

Software License, (*2)

Creates pagination links to comply with Foundation for Sites 6., (*3)

Installation

Add to composer.json:, (*4)

"jvmartin/laravel5-foundation6-pagination": "5.2.*", (*5)

This package comes with a service provider which should be added to the providers array in your config/app.php file:, (*6)

'Foundation\FoundationServiceProvider',, (*7)

Add the facade:, (*8)

'Foundation' => 'Foundation\Facades\Foundation',, (*9)

Usage

<div class="pagination-centered">
    {!! $users->render(Foundation::paginate($users)) !!}
</div>

Credits

Based on dansmith/laravel5-foundation., (*10)

The Versions

05/08 2016

dev-master

9999999-dev

Foundation for Sites 6 pagination for Laravel 5.

  Sources   Download

MIT

The Requires

 

laravel foundation pagination laravel5

05/08 2016

v5.2.3

5.2.3.0

Foundation for Sites 6 pagination for Laravel 5.

  Sources   Download

MIT

The Requires

 

laravel foundation pagination laravel5

05/08 2016

v5.2.2

5.2.2.0

Foundation for Sites 6 pagination for Laravel 5.

  Sources   Download

MIT

The Requires

 

laravel foundation pagination laravel5

05/08 2016

v5.2.1

5.2.1.0

Foundation for Sites 6 pagination for Laravel 5.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel foundation pagination laravel5

05/08 2016

v5.2.0

5.2.0.0

Foundation for Sites 6 pagination for Laravel 5.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel foundation pagination laravel5