abhi1693/yii2-installer Yii2 installer module for Yii2 app startup kit

installer

Yii2-Installer

Dependency Status Code Climate Latest Stable Version Total Downloads Latest Unstable Version 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

  • Setup database correctly
  • Setup Admin account
  • Setup other configurations like:
    • Cache
    • Application Name
    • Admin Email
    • Default Frontend & Backend Theme
  • Stores all the configurations in the file as well as the database

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.3"
    }
}

And run following command to download extension using composer:

$ php composer.phar update

Roadmap

  • [ ] Documentation
  • [ ] Compatibility with other databases
  • [x] Auto migrate feature

How to contribute?

Contributing instructions are located in https://github.com/abhi1693/yii2-installer/blob/master/CONTRIBUTING.md file.

Change Log

Refer to Change Logs

License

Yii2-installer is released under the MIT License. See the bundled LICENSE for details.

Changelog

v0.0.4

Date: 2015-04-16

  • Added COM Support Check
  • Added User Password Recovery Field
  • Added Authentication Clients
  • Added Google Recaptcha

v0.0.3

Date: 2015-02-08

  • Added Mailer
  • Linked Mailer to Database
  • Fixed Typos and Bugs
  • Added useTransport to the mailer component
  • Added Check to see whether the application has been successfully installed
  • Updated View
  • Fixed User table
  • Fixed Mailer View

v0.0.2

Date: 2015-02-08

  • Added Auto Migrate Feature [still buggy]
  • Fixed Bugs
  • Fixed Views

v0.0.1

Date: 2015-02-08

  • Initial Release

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

Comments



v0.0.4 is the latest of 4 releases



MIT license
Stats
11 github stars & 3 github forks
0 downloads in the last day
1 downloads in the last 30 days
1268 total downloads