yujin1st/inspinia4-theme

inspinia4 theme assets

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Language:JavaScript

Type:yii2-extension

1.0 2019-06-05 11:04 UTC

This package is auto-updated.

Last update: 2024-03-20 06:53:14 UTC


README

http://wrapbootstrap.com/preview/WB0R5L90S

Install

The preferred way to install this extension is through composer.

Either run

$ php composer.phar require --prefer-dist yujin1st/inspinia4-theme "*"

or add

"yujin1st/inspinia4-theme": "*"

to the require section of your composer.json file.

Usage

Either add

yujin1st\inspinia4theme\AppAsset

to depends section of your asset bundle

or directly use it in layout file

yujin1st\inspinia4theme\AppAsset::register($this);