| Package Data | |
|---|---|
| Maintainer Username: | JVMartin |
| Package Create Date: | 2016-08-04 |
| Package Last Update: | 2016-08-05 |
| Home Page: | |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-27 03:05:46 |
| Package Statistics | |
|---|---|
| Total Downloads: | 143 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
Copyright © 2016 Jacob Martin
Creates pagination links to comply with Foundation for Sites 6.
Add to composer.json:
"jvmartin/laravel5-foundation6-pagination": "5.2.*"
This package comes with a service provider which should be added to the providers
array in your config/app.php file:
'Foundation\FoundationServiceProvider',
Add the facade:
'Foundation' => 'Foundation\Facades\Foundation',
<div class="pagination-centered">
{!! $users->render(Foundation::paginate($users)) !!}
</div>
Based on dansmith/laravel5-foundation.