yongtiger/yii2-brainbase
Composer 安装命令:
composer create-project yongtiger/yii2-brainbase
包简介
Yii 2 Advanced Project Template
README 文档
README
Yii2 brainbase is a skeleton Yii 2 application based on the Yii2 Advanced Template best for developing complex Web applications with multiple tiers.
FEATURES
- Internationalization
- Perfect code annotation
- All settings are read from DB or cache into a static array at frontend. Updates specified setting category at backend
- Admin: rbac, menu, defaultRoles
REQUIREMENTS
- PHP 5.4.0+
- Yii2 2.0.6+
- Yii2 extension(optional but very useful!): sergeymakinen/yii2-php-file-cache
- Yii2 extension: yongtiger/yii2-setting
- Yii2 extension(optional but very useful!): yiisoft/yii2-jui, JUI Extension for Yii 2
- Yii2 extension: yongtiger/yii2-admin
- Yii2 extension: yongtiger/yii2-adminlte-asset
- Yii2 extension: yongtiger/yii2-user
INSTALLATION
The preferred way to install this project is through composer.
Either run
php composer.phar global require "fxp/composer-asset-plugin:~1.1.1"
php composer.phar create-project --prefer-dist --stability=dev yongtiger/yii2-brainbase yii2-brainbase
or
git clone https://github.com/yongtiger/yii2-brainbase.git
php composer.phar install
GETTING STARTED
- Configure environments:
\yii2-brainbase\environments\dev\common\config\main-local.php,\yii2-brainbase\environments\prod\common\config\main-local.php. - Run command
initto initialize the application with a specific environment. - Create a new database and adjust the
components['db']configuration in common/config/main-local.php accordingly. - Apply migrations with console command
yii migrate. This will create tables needed for the application to work. - Example username/password:
admin/123456.
USAGES
NOTES
DOCUMENTS
REFERENCES
SEE ALSO
TBD
DEVELOPMENT ROADMAP
LICENSE
yii2-brainbase is released under the MIT license, see LICENSE file for details.
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2017-02-14