Skip to content

smartycoder/yii2-smartysoft-inspinia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yii2-smartysoft-inspinia

yii2-smartysoft-inspinia

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist smartysoft/yii2-smartysoft-inspinia "*"

or add

"smartysoft/yii2-smartysoft-inspinia": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by adding this to your view or layout :

<?php smartysoft\inspinia\web\InspiniaAsset::register($this); ?>