Could not open input file: artisan(无法打开输入文件:工匠)
问题描述
尝试新建laravel项目时,CLI出现如下错误:
When trying to create a new laravel project, The following error appears on the CLI:
无法打开输入文件:artisan
Could not open input file: artisan
脚本 php artisan clear-compiled 处理返回错误的 post-install-cmd 事件
Script php artisan clear-compiled handling the post-install-cmd event returned with an error
我正在使用最新版本的 XAMPP v3.2.1 和 PHP 5.5.15 并启用了 mcrypt(通过发出命令 php -m 确保这一点).我正在运行 Windows 8.1
I am using the latest version of XAMPP v3.2.1 with PHP 5.5.15 and with mcrypt enabled (made sure of that by issuing the command php -m). And I am running windows 8.1
推荐答案
你需要先创建Laravel项目 如果你已经有一个你需要在终端中使用 cd
命令进入这个项目目录,例如 cd myproject
.
You need to first create Laravel project and if you already have one you need to go to this project dir using cd
command in terminal for example cd myproject
.
现在您将能够运行任何 artisan 命令,例如运行 php artisan
将显示可用命令列表.
Now you will be able to run any artisan commands, for example running php artisan
will display you list of available commands.
这篇关于无法打开输入文件:工匠的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:无法打开输入文件:工匠
基础教程推荐
- WooCommerce 中选定产品类别的自定义产品价格后缀 2021-01-01
- mysqli_insert_id 是否有可能在高流量应用程序中返回 2021-01-01
- 超薄框架REST服务两次获得输出 2022-01-01
- 如何在 PHP 中的请求之间持久化对象 2022-01-01
- 通过 PHP SoapClient 请求发送原始 XML 2021-01-01
- Libpuzzle 索引数百万张图片? 2022-01-01
- 在 PHP 中强制下载文件 - 在 Joomla 框架内 2022-01-01
- 在多维数组中查找最大值 2021-01-01
- XAMPP 服务器不加载 CSS 文件 2022-01-01
- 在 Woocommerce 中根据运输方式和付款方式添加费用 2021-01-01