Skip to content

Commit

Permalink
Merge branch 'hotfix/v1.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
andypanOwlting committed Sep 26, 2019
2 parents 822c07c + 349a26d commit 76b525c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,11 @@ P.S. 預設網址: `http://127.0.0.1:8080/`
$ make exec
```

2. composer 初始化
```bash
$ composer init -q
```

3. 安裝 laravel 相關套件
2. 安裝 laravel 相關套件
```bash
$ composer create-project --prefer-dist laravel/laravel blog
```

4. 完成!
3. 完成!

P.S. 如果想查看 laravel 歡迎畫面,預設網址: `http://127.0.0.1:8080/blog/public`
9 changes: 2 additions & 7 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,10 @@ Example for Apache+Mysql+PHP+Redis run on docker
$ make exec
```

2. init composer
```bash
$ composer init -q
```

3. request laravel
2. request laravel
```bash
$ composer create-project --prefer-dist laravel/laravel blog
```

4. enjoy!<br>
3. enjoy!<br>
your URL like: `http://127.0.0.1:8080/blog/public`

0 comments on commit 76b525c

Please sign in to comment.