Yii2 Installer

Yii2 installer module for Yii2 Startup Kit

Download as .zip Download as .tar.gz View on GitHub

Yii2-Installer

Yii2-Installer provides a web interface for advanced access control, user management and includes following features:

Works only with Yii2 app advanced startup kit

Features

Installation

This document will guide you through the process of installing Yii2-Installer using composer.

Add Yii2-installer to the require section of your composer.json file:

{
    "require": {
        "abhi1693/yii2-installer": "0.0.2"
    }
}

And run following command to download extension using composer:

$ php composer.phar update