Skip to content

dhiraj/yii2-velocityjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yii 2 Velocity.JS Asset Bundle

This extension provides an assets bundle with Velocity.js for Yii framework 2.0 applications.

For license information check the LICENSE-file.

Support

Installation

The preferred way to install this extension is through composer.

Either run

composer require "dhiraj/yii2-velocityjs:~1.0"

or add

"dhiraj/yii2-velocityjs": "~1.0",

to the require section of your composer.json file.

Usage

In view

traversient\yii\velocityjs\AssetBundle::register($this);

or as dependency in your main application asset bundle

class AppAsset extends AssetBundle
{
	// ...

	public $depends = [
		// ...
		'\traversient\yii\velocityjs\AssetBundle'
	];
}

and Velocity.js will be added to your page load.

About

Adds Velocity.js as an AssetBundle for yii2 apps

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages