File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4
4
5
5
[ Demo Server] ( https://yii2-rest-githubjeka.c9.io/rest/web/ )
6
6
7
- ###INSTALLATION
7
+ ### INSTALLATION
8
8
9
9
** Install via Composer**
10
10
@@ -18,7 +18,7 @@ composer global require "fxp/composer-asset-plugin:~1.0.0"
18
18
composer create-project --prefer-dist -s dev "githubjeka/rest-yii2" .
19
19
```
20
20
21
- ###GETTING STARTED
21
+ ### GETTING STARTED
22
22
23
23
After you install the application, you have to conduct the following steps to initialize the installed application.
24
24
You only need to do these once for all.
@@ -34,7 +34,7 @@ for backend `/path/to/yii-application/backend/web/` and using the URL `http://ba
34
34
Use ` demo/demo ` to login into the application on [ http://localhost/v1/user/login ] ( http://localhost/v1/user/login ) . See
35
35
[ ` /rest/config/main.php ` ] ( /rest/config/main.php ) for more info by URL
36
36
37
- ###URL RULE
37
+ ### URL RULE
38
38
39
39
See [ rest/config/main.php] ( rest/config/main.php )
40
40
Original file line number Diff line number Diff line change 1
- ###Configuration for Apache
1
+ ### Configuration for Apache
2
2
3
3
```
4
4
RewriteEngine on
@@ -8,7 +8,7 @@ RewriteCond %{REQUEST_FILENAME} !-d
8
8
RewriteRule (.*) index.php [L]
9
9
```
10
10
11
- ###Configuration for Nginx
11
+ ### Configuration for Nginx
12
12
```
13
13
include common/upstream;
14
14
You can’t perform that action at this time.
0 commit comments