abhi1693/yii2-installer
Yii2 installer module for Yii2 app startup kit
Maintainers
Package info
github.com/abhi1693/yii2-installer
Type:yii2-extension
pkg:composer/abhi1693/yii2-installer
Requires
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT d282f1dddca1fc68f8f9f1b0a75b15446027057c
- Abhimanyu Saharan <abhimanyu.woop@teamvulcans.com>
This package is not auto-updated.
Last update: 2026-06-21 00:29:36 UTC
README
👁 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
- Auto migrate feature
How to contribute?
Contributing instructions are located in CONTRIBUTING.md file.
Change Log
Refer to Change Logs
License
Yii2-installer is released under the MIT License. See the bundled LICENSE for details.
