2017 © Pedro Peláez
 

yii2-extension yii2-masonry-asset

Simple asset bundle for masonry.js (http://masonry.desandro.com/)

image

nerburish/yii2-masonry-asset

Simple asset bundle for masonry.js (http://masonry.desandro.com/)

  • Thursday, February 1, 2018
  • by nerburish
  • Repository
  • 1 Watchers
  • 0 Stars
  • 363 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 3 Versions
  • 15 % Grown

The README.md

Yii2 Masonry.js Asset

Simple asset bundle for masonry.js jQuery plugin (http://masonry.desandro.com/) Masonry is a JavaScript grid layout library., (*1)

Installation

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

Either run, (*3)

php composer.phar require --prefer-dist nerburish/yii2-masonry-asset "*"

or add, (*4)

"nerburish/yii2-masonry-asset": "*"

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

Usage

You can register the asset in your AppAsset, (*6)

class AppAsset extends AssetBundle
{
    ...
    public $depends = [
        ...
        'nerburish\masonry\MasonryAsset'
    ];
}

or use it directly in a view, (*7)

<?php
\nerburish\masonry\MasonryAsset::register($this);
?>

And then use as it is described in the documentation (https://github.com/desandro/masonry):, (*8)

The Versions

01/02 2018

dev-master

9999999-dev

Simple asset bundle for masonry.js (http://masonry.desandro.com/)

  Sources   Download

MIT

The Requires

 

by Avatar nerburish

extension yii2 jquery asset masonry

18/02 2017

1.0.1

1.0.1.0

Simple asset bundle for masonry.js (http://masonry.desandro.com/)

  Sources   Download

MIT

The Requires

 

by Avatar nerburish

extension yii2 jquery asset masonry

19/08 2016

1.0.0

1.0.0.0

Simple asset bundle for masonry.js (http://masonry.desandro.com/)

  Sources   Download

MIT

The Requires

 

by Avatar nerburish

extension yii2 jquery asset masonry