yii2-extension yii2-html5shiv-asset
HTML5 Shiv asset for Yii2 framework
ezoterik/yii2-html5shiv-asset
HTML5 Shiv asset for Yii2 framework
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 7 % Grown
HTML5 Shiv asset for Yii2 framework
Installation
The preferred way to install this extension is through composer., (*1)
Either run, (*2)
php composer.phar require --prefer-dist ezoterik/yii2-html5shiv-asset "*"
or add, (*3)
"ezoterik/yii2-html5shiv-asset": "*"
to the require section of your composer.json
file., (*4)
Usage
Register Html5ShivAsset in your views with:
php
ezoterik\html5shivAsset\Html5ShivAsset::register($this);
, (*5)
Or set a dependancy in your AppAsset with:
php
public $depends = [
// ...
'ezoterik\html5shivAsset\Html5ShivAsset',
// ...
];
, (*6)
dev-master
9999999-dev
HTML5 Shiv asset for Yii2 framework
Sources
Download
MIT
The Requires
extension
yii2
js
html5
html5shiv
1.0.0
1.0.0.0
HTML5 Shiv asset for Yii2 framework
Sources
Download
MIT
The Requires
extension
yii2
js
html5
html5shiv