使用 htdocs xampp 运行命令时出现以下错误
Posted
技术标签:
【中文标题】使用 htdocs xampp 运行命令时出现以下错误【英文标题】:I got the following error when I run a command with htdocs xampp 【发布时间】:2018-07-06 09:35:36 【问题描述】:当我使用 Htdocs xammp 运行命令时出现以下错误
'C:\xampp\htdocs' is not recognized as an internal or external command,
operable program or batch file.
【问题讨论】:
你要运行什么命令? 我想安装 Laravel 5 【参考方案1】:1 - 安装作曲家。如果这里还没有安装,最简单的方法是install composer on windows
2 - 通过命令行转到您的 htdocs 文件夹并运行以下命令:composer create-project --prefer-dist laravel/laravel project-name
。这将创建一个新文件夹project-name
3 - 通过命令行访问project-name
文件夹并运行php artisan serve
4 - 打开浏览器并访问http://localhost:8000
【讨论】:
以上是关于使用 htdocs xampp 运行命令时出现以下错误的主要内容,如果未能解决你的问题,请参考以下文章
在 localhost Xampp 中使用 PHP 7.3.9 设置正在运行的 Codeigniter 2.1.4 项目时出现问题