Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 563 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 563 Bytes

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"
    },