> For the complete documentation index, see [llms.txt](https://liseen315.gitbook.io/laravel/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://liseen315.gitbook.io/laravel/chuang-jian-laravel-kai-fa-huan-jing/chuang-jian-yi-ge-xin-de-laravel-xiang-mu.md).

# 创建一个新的Laravel项目

有两种方式创建新的Laravel项目,但是两种都是在命令行中运行的,第一种是通过Composer全局安装Laravel安装工具,另外一种是使用Composer的`create-project`特性

关于两种方式的详细说明请参见[Installation documentation page](https://laravel.com/docs/5.8/installation),但是我更推荐使用Laravel安装工具
