Yii2-Installer
Yii2-Installer provides a web interface for advanced access control, user management and includes following features:, (*1)
Works only with Yii2 app advanced startup kit, (*2)
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., (*3)
Add Yii2-installer to the require section of your composer.json file:, (*4)
{
"require": {
"abhi1693/yii2-installer": "0.0.3"
}
}
And run following command to download extension using composer:, (*5)
$ php composer.phar update
Roadmap
- [ ] Documentation
- [ ] Compatibility with other databases
- [x] Auto migrate feature
How to contribute?
Contributing instructions are located in CONTRIBUTING.md file., (*6)
Change Log
Refer to Change Logs, (*7)
License
Yii2-installer is released under the MIT License. See the bundled LICENSE for details., (*8)