We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 000b185 commit 7f38e66Copy full SHA for 7f38e66
1 file changed
README.md
@@ -348,13 +348,13 @@ root@08240e17170e:/www# composer install
348
349
可以看到,这时候默认进入到 `laravel` 目录。
350
351
- 如果我在宿主机执行 `php -v`:
+ 如果我在宿主机执行命令:
352
353
```
354
- $ php artisan
+ $ php artisan list
355
356
357
- 那么实际上,会在容器中的 `/www/laravel` 去执行 `php artisan` 命令。
+ 那么实际上,会在容器中的 `/www/laravel` 去执行 `php artisan list` 命令。
358
359
## 4 常见问题
360
0 commit comments