2017 © Pedro Peláez
 

yii2-extension yii2-html5shiv

HTML5 Shiv Asset Bundle for Yii2

image

mimicreative/yii2-html5shiv

HTML5 Shiv Asset Bundle for Yii2

  • Tuesday, November 1, 2016
  • by haqqi
  • Repository
  • 2 Watchers
  • 0 Stars
  • 144 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 5 % Grown

The README.md

HTML5Shiv Asset Bundle for Yii2

Installation

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

Add to the require section of your composer.json file:, (*2)

"mimicreative/yii2-html5shiv": "~1.0"

And run in terminal, (*3)

composer update

Usage

Use as the asset bundle in Yii2 View files., (*4)

// write this in your view file or layout
\mimicreative\assets\Html5ShivAsset::register($this);

Or maybe you prefer to include it in your asset dependency., (*5)

public $depends = [
  // ...
  'mimicreative\assets\Html5ShivAsset',
  // ...
];

By default, this will install html5shiv js file at the head., (*6)

The Versions

01/11 2016

dev-master

9999999-dev

HTML5 Shiv Asset Bundle for Yii2

  Sources   Download

MIT License

The Requires

 

yii2 html5shiv

01/11 2016

1.0.0

1.0.0.0

HTML5 Shiv Asset Bundle for Yii2

  Sources   Download

MIT License

The Requires

 

yii2 html5shiv