add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

21
pages.zh/common/lambo.md Normal file
View File

@@ -0,0 +1,21 @@
# lambo
> 一个针对 Laravel 和 Valet 的超级强大的 `laravel new`。
> 另请参见 `lambo new` 以获取其他命令标志。
> 更多信息:<https://github.com/tighten/lambo>。
- 创建一个新的 Laravel 应用程序:
`lambo new {{app_name}}`
- 在默认编辑器中打开配置:
`lambo edit-config`
- 在特定编辑器中打开配置:
`lambo edit-config --editor="{{path/to/editor}}"`
- 打开在新应用程序搭建后运行的配置文件:
`lambo edit-after`