madand/yii2-clndr

clndr asset for Yii2

Installs: 22

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Type:yii2-extension

dev-master 2015-05-29 18:59 UTC

This package is not auto-updated.

Last update: 2024-05-11 14:19:38 UTC


README

Provides the asset bundle for easy integration of CLNDR into your Yii2 application.

Installation

The preferred way to install this extension is through composer.

Either run

composer require --prefer-dist "madand/yii2-clndr:*"

or add

"madand/yii2-clndr": "*"

to the require section of your composer.json file.

Usage

In the view file register the asset:

\madand\clndr\ClndrAsset::register($this);

License

The BSD License (BSD). Please see License File for more information.