Download the PHP package yongtiger/yii2-brainbase without Composer
On this page you can find all versions of the php package yongtiger/yii2-brainbase. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package yii2-brainbase
Yii2 Brainbase v0.20.3 (TYPO# CopyrightLabel)
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
or
GETTING STARTED
- Configure environments:
\yii2-brainbase\environments\dev\common\config\main-local.php
,\yii2-brainbase\environments\prod\common\config\main-local.php
. - Run command
init
to 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
- i18n:Long Text Translation
TBD
DEVELOPMENT ROADMAP
LICENSE
yii2-brainbase is released under the MIT license, see LICENSE file for details.
All versions of yii2-brainbase with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
yiisoft/yii2 Version ~2.0.6
yiisoft/yii2-bootstrap Version ~2.0.0
yiisoft/yii2-swiftmailer Version ~2.0.0 || ~2.1.0
yongtiger/yii2-application Version *
yongtiger/yii2-setting Version *
yongtiger/yii2-user Version *
yongtiger/yii2-adminlte-asset Version *
yongtiger/yii2-theme-yii Version *
yongtiger/yii2-fontawesome-alert Version *
yongtiger/yii2-popup-alert Version *
yiisoft/yii2 Version ~2.0.6
yiisoft/yii2-bootstrap Version ~2.0.0
yiisoft/yii2-swiftmailer Version ~2.0.0 || ~2.1.0
yongtiger/yii2-application Version *
yongtiger/yii2-setting Version *
yongtiger/yii2-user Version *
yongtiger/yii2-adminlte-asset Version *
yongtiger/yii2-theme-yii Version *
yongtiger/yii2-fontawesome-alert Version *
yongtiger/yii2-popup-alert Version *
The package yongtiger/yii2-brainbase contains the following files
Loading the files please wait ....