Skip to content

webtoolsnz/yii2-helpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webtools Helpers for Yii2

CI Action

A set of reusable widgets for Yii2.

Installation

The preferred way to install this extension is through composer.

Install using the following command.

composer require webtoolsnz/yii2-helpers

Alternatively

Add the following to your composer.json file.

    "require" : {
        "webtoolsnz/yii2-helpers": "^1.1"
    },