Commit 8eedd9a2 by Alexander Makarov

Fixes #5517: Fixed broken guide links that should lead to basic/advanced app templates

parent 9e2e8f47
...@@ -3,13 +3,15 @@ Creating your own Application structure ...@@ -3,13 +3,15 @@ Creating your own Application structure
> Note: This section is under development. > Note: This section is under development.
While the [basic](apps-basic.md) and [advanced](apps-advanced.md) application templates are great for most of your needs, While the [basic](https://github.com/yiisoft/yii2/tree/master/apps/basic) and [advanced](https://github.com/yiisoft/yii2/tree/master/apps/advanced)
you may want to create your own application template with which to start your projects. application templates are great for most of your needs, you may want to create your own application template with which
to start your projects.
Application templates in Yii are simply repositories containing a `composer.json` file, and registered as a Composer package. Any repository can be identified as a Composer package, making it installable via `create-project` Composer command. Application templates in Yii are simply repositories containing a `composer.json` file, and registered as a Composer package.
Any repository can be identified as a Composer package, making it installable via `create-project` Composer command.
Since it's a bit too much to start building your entire template from scratch, it is better to use one of the built-in templates Since it's a bit too much to start building your entire template from scratch, it is better to use one of the built-in
as a base. Let's use the basic template here. templates as a base. Let's use the basic template here.
Clone the Basic Template Clone the Basic Template
---------------------------------------- ----------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment