【发布时间】:2016-02-03 12:56:11
【问题描述】:
在运行 MAMP PRO 堆栈的 MacOSX 上使用 Laravel 5 的第一步。
php artisan
我收到以下错误:
[运行时异常]
错误输出:PHP 警告: 要求(/Users/../../bootstrap/../vendor/autoload.php):打开失败 流:中没有这样的文件或目录 /Users/../../bootstrap/autoload.php 第 17 行
PHP致命错误:require():需要打开失败 '/Users/../../bootstrap/../vendor/autoload.php' (include_p
ath='.:/Applications/MAMP/bin/php/php5.6.10/lib/php') 在 /Users/../../bootstrap/autoload.php 在第 17 行
这似乎与一些引导自动加载和 MAMP php 二进制文件有关......但据我所知,这是。
请给我一些建议吗?
如果我改为运行 composer update,我会得到同样的致命错误。
【问题讨论】: