Skip to content

Commit e372d62

Browse files
authored
Merge pull request laradock#14 from laradock/master
Just update the fork repository
2 parents db6c6e7 + 4f819c2 commit e372d62

59 files changed

Lines changed: 1216 additions & 459 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README-zh.md

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
LaraDock能够帮你在**Docker**上快速搭建**Laravel**应用。
88
<br>
99
就像Laravel Homestead一样,但是Docker替换了Vagrant。
10-
>先在Docker上使用LaraDock,然后再学习它们。
11-
12-
![](https://s31.postimg.org/nbettdki3/lara_dock_poster_new.jpg)
10+
> 先在使用 LaraDock,然后再学习它们。
1311
1412
<br>
1513
## 目录
@@ -471,13 +469,13 @@ composer create-project laravel/laravel my-cool-app "5.2.*"
471469
系统默认LaraDock假定Laravel应用在LaraDock的父级目录中
472470
By default LaraDock assumes the Laravel application is living in the parent directory of the laradock folder.
473471

474-
自新Laravel应用在 `my-cool-app` 目录中, 我们需要用 `../my-cool-app/:/var/www/laravel`替换 `../:/var/www/laravel` , 如下:
472+
自新Laravel应用在 `my-cool-app` 目录中, 我们需要用 `../my-cool-app/:/var/www`替换 `../:/var/www` , 如下:
475473

476474
```yaml
477475
application:
478476
build: ./application
479477
volumes:
480-
- ../my-cool-app/:/var/www/laravel
478+
- ../my-cool-app/:/var/www
481479
```
482480
4 - 进入目录下继续工作..
483481

@@ -957,21 +955,6 @@ Docker或Laravel的特别帮助,你可以在[Codementor.io](https://www.codeme
957955

958956
- [Mahmoud Zalt](https://github.com/Mahmoudz) (Twitter [@Mahmoud_Zalt](https://twitter.com/Mahmoud_Zalt))
959957

960-
**主要 贡献者:**
961-
962-
- [Zhqagp](https://github.com/zhqagp)
963-
- [Suteepat (tianissimo)](https://github.com/tianissimo)
964-
- [David (davidavz)](https://github.com/davidavz)
965-
- [Lialosiu](https://github.com/lialosiu)
966-
- [Eric Pfeiffer (computerfr33k)](https://github.com/computerfr33k)
967-
- [Orette](https://github.com/orette)
968-
- [Jack Fletcher (Kauhat)](https://github.com/Kauhat)
969-
- [Bo-Yi Wu (appleboy)](https://github.com/appleboy)
970-
- [Amin Mkh (AminMkh)](https://github.com/AminMkh)
971-
- [Matthew Tonkin Dunn (mattythebatty)](https://github.com/mattythebatty)
972-
- [Zhivitsa Kirill (zhikiri)](https://github.com/zhikiri)
973-
- [Benmag](https://github.com/benmag)
974-
975958
**优秀的人:**
976959

977960
- [Contributors](https://github.com/LaraDock/laradock/graphs/contributors)

0 commit comments

Comments
 (0)