Skip to content

Commit 759c303

Browse files
committed
Renamed apps/bootstrap to apps/basic.
1 parent c401bb4 commit 759c303

27 files changed

+12
-12
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ DIRECTORY STRUCTURE
1616
-------------------
1717

1818
apps/ ready-to-use Web apps built on Yii 2
19-
bootstrap/ a simple app supporting user login and contact page
19+
basic/ a simple app supporting user login and contact page
2020
build/ internally used build tools
2121
docs/ documentation
2222
yii/ framework source files
File renamed without changes.

apps/bootstrap/README.md apps/basic/README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
Yii 2 Bootstrap Application
2-
===========================
1+
Yii 2 Basic Application Template
2+
================================
33

44
**NOTE** Yii 2 and the relevant applications and extensions are still under heavy
55
development. We may make significant changes without prior notices. Please do not
66
use them for production. Please consider using [Yii v1.1](https://github.com/yiisoft/yii)
77
if you have a project to be deployed for production soon.
88

99

10-
Thank you for choosing Yii 2 - the new generation of high-performance PHP framework.
10+
Thank you for using Yii 2 Basic Application Template - an application template
11+
that works out-of-box and can be easily customized to fit for your needs.
1112

12-
The Yii 2 Bootstrap Application is a Web application template that you can easily customize
13-
to fit for your needs. It is particularly suitable for small Websites which mainly contain
13+
Yii 2 Basic Application Template is best suitable for small Websites which mainly contain
1414
a few informational pages.
1515

1616

@@ -49,11 +49,11 @@ curl -s http://getcomposer.org/installer | php
4949
You can then install the Bootstrap Application using the following command:
5050

5151
~~~
52-
php composer.phar create-project --stability=dev yiisoft/yii2-bootstrap bootstrap
52+
php composer.phar create-project --stability=dev yiisoft/yii2-app-basic yii-basic
5353
~~~
5454

55-
Now you should be able to access the Bootstrap Application using the URL `http://localhost/bootstrap/www/`,
56-
assuming `bootstrap` is directly under the document root of your Web server.
55+
Now you should be able to access the Bootstrap Application using the URL `http://localhost/yii-basic/www/`,
56+
assuming `yii-basic` is directly under the document root of your Web server.
5757

5858

5959
### Install from an Archive File
File renamed without changes.

apps/bootstrap/composer.json apps/basic/composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "yiisoft/yii2-bootstrap",
3-
"description": "Yii 2 Bootstrap Application",
4-
"keywords": ["yii", "framework", "bootstrap"],
2+
"name": "yiisoft/yii2-app-basic",
3+
"description": "Yii 2 Basic Application Template",
4+
"keywords": ["yii", "framework", "basic", "application template"],
55
"homepage": "http://www.yiiframework.com/",
66
"type": "project",
77
"license": "BSD-3-Clause",
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

apps/bootstrap/yii apps/basic/yii

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)