首先:先下载laravel源代码项目
下载地址
然后解压,并且导入IDE中
按win+R,打开cmd,找到你laravel项目目录
运行php artisan serve
然后在浏览器上输入http://localhost:8000/
运行成功