2017 © Pedro Peláez
 

yii2-extension yii2-fastclick

FastClick Asset Bundle for Yii2

image

codezeen/yii2-fastclick

FastClick Asset Bundle for Yii2

  • Saturday, May 9, 2015
  • by 13nightevil
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4,250 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 20 % Grown

The README.md

Yii2 FastClick Asset

FastClick Asset Bundle for Yii2, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

php composer.phar require --prefer-dist codezeen/yii2-fastclick "*"

or add, (*4)

"codezeen/yii2-fastclick": "*"

to the require section of your composer.json file., (*5)

Usage

Once the extension is installed, use the following code in view to register asset :, (*6)

<?= \codezeen\yii2\fastclick\FastClickAsset::register($this); ?>

Or used as dependencies in asset bundle, (*7)

class AppAsset extends AssetBundle
{
    public $depends = [
        // ...
        'codezeen\yii2\fastclick\FastClickAsset',
        // ...
    ];
}

More Information

Please, check https://github.com/ftlabs/fastclick for more information about fastclick.js., (*8)

The Versions

09/05 2015

dev-master

9999999-dev

FastClick Asset Bundle for Yii2

  Sources   Download

BSD-3-Clause

The Requires

 

by Agiel K. Saputra

extension yii2 bundle asset js fastclick

09/05 2015

1.0.0

1.0.0.0

FastClick Asset Bundle for Yii2

  Sources   Download

BSD-3-Clause

The Requires

 

by Agiel K. Saputra

extension yii2 bundle asset js fastclick