dhiraj/yii2-pagepiling

Asset Bundle for Yii2 with jQuery.pagePiling.js

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:yii2-extension

1.0.1 2016-09-13 10:58 UTC

This package is auto-updated.

Last update: 2024-04-09 00:49:24 UTC


README

This extension provides an assets bundle with pagePiling.js and css for Yii framework 2.0 applications.

For license information check the LICENSE-file.

License Latest Stable Version Latest Unstable Version Total Downloads

Support

Installation

The preferred way to install this extension is through composer.

Either run

composer require "dhiraj/yii2-pagepiling:~1.0"

or add

"dhiraj/yii2-pagepiling": "~1.0",

to the require section of your composer.json file.

Usage

In view

traversient\yii\pagepiling\AssetBundle::register($this);

or as dependency in your main application asset bundle

class AppAsset extends AssetBundle
{
	// ...

	public $depends = [
		// ...
		'\traversient\yii\pagepiling\AssetBundle'
	];
}

and both the jquery.pipelining.js and css will be added to your page load.