|
7 | 7 | LaraDock能够帮你在**Docker**上快速搭建**Laravel**应用。 |
8 | 8 | <br> |
9 | 9 | 就像Laravel Homestead一样,但是Docker替换了Vagrant。 |
10 | | ->先在Docker上使用LaraDock,然后再学习它们。 |
11 | | -
|
12 | | - |
| 10 | +> 先在使用 LaraDock,然后再学习它们。 |
13 | 11 |
|
14 | 12 | <br> |
15 | 13 | ## 目录 |
@@ -471,13 +469,13 @@ composer create-project laravel/laravel my-cool-app "5.2.*" |
471 | 469 | 系统默认LaraDock假定Laravel应用在LaraDock的父级目录中 |
472 | 470 | By default LaraDock assumes the Laravel application is living in the parent directory of the laradock folder. |
473 | 471 |
|
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` , 如下: |
475 | 473 |
|
476 | 474 | ```yaml |
477 | 475 | application: |
478 | 476 | build: ./application |
479 | 477 | volumes: |
480 | | - - ../my-cool-app/:/var/www/laravel |
| 478 | + - ../my-cool-app/:/var/www |
481 | 479 | ``` |
482 | 480 | 4 - 进入目录下继续工作.. |
483 | 481 |
|
@@ -957,21 +955,6 @@ Docker或Laravel的特别帮助,你可以在[Codementor.io](https://www.codeme |
957 | 955 |
|
958 | 956 | - [Mahmoud Zalt](https://github.com/Mahmoudz) (Twitter [@Mahmoud_Zalt](https://twitter.com/Mahmoud_Zalt)) |
959 | 957 |
|
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 | | - |
975 | 958 | **优秀的人:** |
976 | 959 |
|
977 | 960 | - [Contributors](https://github.com/LaraDock/laradock/graphs/contributors) |
|
0 commit comments