2017 © Pedro Peláez
 

library mrc-pagination

Provides MRC styled pagination slider HTML markup to Laravel4

image

maldicore/mrc-pagination

Provides MRC styled pagination slider HTML markup to Laravel4

  • Thursday, July 11, 2013
  • by maldicore
  • Repository
  • 2 Watchers
  • 0 Stars
  • 23 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

This Laravel 4 package extends the built in Twitter Bootstrap styled pagination slider HTML markup to provide MRC styled pagination slider HTML markup. Just a learning process to build a small usable customer package for Laravel, (*1)

Installation

Fiest install the package via Composer. Edit composer.json file and add require maldicore/mrc-pagination. eg:, (*2)

"require": {
    "laravel/framework": "4.0.*",
    "maldicore/mrc-pagination": "dev-master"
}

Next, update Composer via Command Line:, (*3)

composer update

Once update and package file downloaded, the next add service provider. Edit app/config/app.php, and add to the providers array., (*4)

'Maldicore\MRCPagination\MRCPaginationServiceProvider',

Last reference the pagination style. Open app/config/view.php, and modify pagination item in the array., (*5)

'pagination' => 'mrcpagination::slider',

That's it!, (*6)

Usage

Use pagination just as you would normally and the markups generated for the links will be styled customized for MRC Website., (*7)

For more info on Laravel 4 Pagination, please check out http://laravel.com/docs/pagination, (*8)

The Versions

11/07 2013

dev-master

9999999-dev

Provides MRC styled pagination slider HTML markup to Laravel4

  Sources   Download

The Requires

 

by Yusuf Abdulla Shunan