2017 © Pedro Peláez
 

yii2-extension yii2-material-ripple

AssetBundle for material-ripple

image

ayrozjlc/yii2-material-ripple

AssetBundle for material-ripple

  • Tuesday, October 18, 2016
  • by ayrozjlc
  • Repository
  • 1 Watchers
  • 0 Stars
  • 49 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 2 % Grown

The README.md

Yii2 Material Ripple


Latest Stable Version Total Downloads Latest Unstable Version License, (*1)


AssetBundle for material-ripple, (*2)

Installation

Composer

composer require --prefer-dist "ayrozjlc/yii2-material-ripple:*"

or add, (*3)

"ayrozjlc/yii2-material-ripple": "dev-master"

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

Usage

in view (for example: @app/views/layouts/main.php), (*5)

// ...
use ayrozjlc\ripple\RippleAsset;
// ...
RippleAsset::register($this);

or add to your assets/AppAsset.php, (*6)

public $depends = [
    // ...
    'ayrozjlc\ripple\RippleAsset',
];

The Versions

18/10 2016

dev-master

9999999-dev

AssetBundle for material-ripple

  Sources   Download

BSD-3-Clause

The Requires

 

yii2 material ripple material-ripple yii2-material-ripple

18/10 2016

v0.1

0.1.0.0

AssetBundle for material-ripple

  Sources   Download

BSD-3-Clause

The Requires

 

yii2 material ripple material-ripple yii2-material-ripple