2017 © Pedro Peláez
 

library yii2-slick-asset

image

kl83/yii2-slick-asset

  • Saturday, August 26, 2017
  • by kl83
  • Repository
  • 1 Watchers
  • 0 Stars
  • 45 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 18 % Grown

The README.md

Yii2 Slick asset

Latest Stable Version Total Downloads License, (*1)

Slick is the last carousel you'll ever need. Project home page http://kenwheeler.github.io/slick/., (*2)

Installation

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

Either run, (*4)

php composer.phar require kl83/yii2-slick-asset ~1.0.0

or add, (*5)

"kl83/yii2-slick-asset": "~1.0.0"

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

Usage

Adding an asset as a dependence on another asset.

~~~ php class SomeAsset extends \yii\web\AssetBundle { ... public $depends = [ 'kl83\assets\SlickAsset', ]; ... }, (*7)


### Adding an asset within a view. ~~~ php kl83\assets\SlickAsset::register($this);

License

MIT License, (*8)

The Versions

26/08 2017

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

 

by Aleksandr Solovyov

26/08 2017

v1.0.0

1.0.0.0

  Sources   Download

MIT

The Requires

 

by Aleksandr Solovyov

22/06 2017

v0.0.2

0.0.2.0

  Sources   Download

MIT

The Requires

 

by Aleksandr Solovyov

15/06 2017

v0.0.1

0.0.1.0

  Sources   Download

MIT

The Requires

 

by Aleksandr Solovyov