|
|
hai 1 ano | |
|---|---|---|
| app-ghs | hai 1 ano | |
| app-hd | hai 1 ano | |
| app-mall | hai 1 ano | |
| app-pt | hai 1 ano | |
| biz | hai 1 ano | |
| biz-ghs | hai 1 ano | |
| biz-hd | hai 1 ano | |
| biz-jd | %!s(int64=3) %!d(string=hai) anos | |
| biz-mall | hai 1 ano | |
| common | hai 1 ano | |
| console | hai 1 ano | |
| doc | %!s(int64=3) %!d(string=hai) anos | |
| vendor | %!s(int64=2) %!d(string=hai) anos | |
| .bowerrc | %!s(int64=6) %!d(string=hai) anos | |
| .env.example | %!s(int64=3) %!d(string=hai) anos | |
| .gitattributes | %!s(int64=6) %!d(string=hai) anos | |
| .gitignore | hai 1 ano | |
| .travis.yml | %!s(int64=6) %!d(string=hai) anos | |
| LICENSE.md | %!s(int64=6) %!d(string=hai) anos | |
| README.md | %!s(int64=6) %!d(string=hai) anos | |
| composer.json | %!s(int64=2) %!d(string=hai) anos | |
| composer.lock | %!s(int64=4) %!d(string=hai) anos | |
| env.php | %!s(int64=6) %!d(string=hai) anos | |
| init | %!s(int64=6) %!d(string=hai) anos | |
| init.bat | %!s(int64=6) %!d(string=hai) anos | |
| update.bat | %!s(int64=5) %!d(string=hai) anos | |
| yii | %!s(int64=6) %!d(string=hai) anos | |
| yii.bat | %!s(int64=6) %!d(string=hai) anos |
common
config/ contains shared configurations
mail/ contains view files for e-mails
models/ contains model classes used in both backend and frontend
console
config/ contains console configurations
controllers/ contains console controllers (commands)
migrations/ contains database migrations
models/ contains console-specific model classes
runtime/ contains files generated during runtime
backend
assets/ contains application assets such as JavaScript and CSS
config/ contains backend configurations
controllers/ contains Web controller classes
models/ contains backend-specific model classes
runtime/ contains files generated during runtime
views/ contains view files for the Web application
web/ contains the entry script and Web resources
frontend
assets/ contains application assets such as JavaScript and CSS
config/ contains frontend configurations
controllers/ contains Web controller classes
models/ contains frontend-specific model classes
runtime/ contains files generated during runtime
views/ contains view files for the Web application
web/ contains the entry script and Web resources
widgets/ contains frontend widgets
vendor/ contains dependent 3rd-party packages
environments/ contains environment-based overrides
tests contains various tests for the advanced application
codeception/ contains tests developed with Codeception PHP Testing Framework
cp .env.example .env
DB_DSN='mysql:host=127.0.0.1;dbname=huahuibao' # ip地址;数据库名称
DB_USERNAME='root' # 数据库用户名
DB_PASSWORD='353167' # 数据库密码
REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null # 密码为空,请写上 null
REDIS_PORT=6379
REDIS_DB=0