Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PSDI Army
yii2
Commits
720441f9
Commit
720441f9
authored
Jul 31, 2014
by
AbrahamGreyson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
line breaking fixed.
parent
a7c6ebfc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
start-workflow.md
docs/guide-zh-CN/start-workflow.md
+2
-1
No files found.
docs/guide-zh-CN/start-workflow.md
View file @
720441f9
运行应用
====================
安装 Yii 后,就有了一个
运行中
的 Yii 应用,根据配置的不同,可以通过
`http://hostname/basic/web/index.php`
或
`http://hostname/index.php`
访问。本章节将介绍应用的内建功能,如何组织代码,以及一般情况下应用如何处理请求。
安装 Yii 后,就有了一个
可运行
的 Yii 应用,根据配置的不同,可以通过
`http://hostname/basic/web/index.php`
或
`http://hostname/index.php`
访问。本章节将介绍应用的内建功能,如何组织代码,以及一般情况下应用如何处理请求。
> 补充:为简单起见,在整个“入门”板块都假定你已经把 `basic/web` 设为 Web 服务器根目录并配置完毕,你访问应用的地址会是 `http://lostname/index.php` 或类似的。请按需调整 URL。
...
...
@@ -24,6 +24,7 @@
---------------------
应用中最重要的目录和文件(假设应用根目录是
`basic`
):
```
basic/ 应用根目录
composer.json Composer 配置文件, 描述包信息
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment