2017 © Pedro Peláez
 

project yii2-brainbase

Yii 2 Advanced Project Template

image

yongtiger/yii2-brainbase

Yii 2 Advanced Project Template

  • Saturday, December 16, 2017
  • by yongtiger
  • Repository
  • 1 Watchers
  • 1 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 65 Versions
  • 0 % Grown

The README.md

Yii2 Brainbase v0.20.3 (TYPO# CopyrightLabel)

Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

Yii2 brainbase is a skeleton Yii 2 application based on the Yii2 Advanced Template best for developing complex Web applications with multiple tiers., (*2)

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

INSTALLATION

The preferred way to install this project is through composer., (*3)

Either run, (*4)

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, (*5)

git clone https://github.com/yongtiger/yii2-brainbase.git
php composer.phar install

GETTING STARTED

  1. Configure environments: \yii2-brainbase\environments\dev\common\config\main-local.php, \yii2-brainbase\environments\prod\common\config\main-local.php.
  2. Run command init to initialize the application with a specific environment.
  3. Create a new database and adjust the components['db'] configuration in common/config/main-local.php accordingly.
  4. Apply migrations with console command yii migrate. This will create tables needed for the application to work.
  5. 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)

The Versions