awsafanam/yii2-easy-installer
Composer 安装命令:
composer require awsafanam/yii2-easy-installer
包简介
Easy web interface to setup Yii 2.
关键字:
README 文档
README
Easy web interface to setup Yii 2.
Features
- Setup database
- Setup email
- Setup Admin Email
Installation
- Run
composer require "awsafanam/yii2-easy-installer": "0.1.1" - Add this to your config file
'bootstrap' => [
...
'awsaf\installer\SiteBootstrap'
...
],
'modules' => [
...
'installer' => [
'class' => 'awsaf\installer\InstallerModule',
'sqlFile' => '' // Put the sql file path here (optional)
],
...
]
- Visit the document root and complete the setup process
- Go to admin section login with
user: admin pass: admin
How to contribute?
Contributing instructions are located in CONTRIBUTING.md file.
License
Yii2-installer is released under the MIT License. See the bundled LICENSE for details.
统计信息
- 总下载量: 32
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2017-11-02