问题描述
执行php artisan 报错?
问题出现的环境背景及自己尝试过哪些方法
laravel 框架, 安装过 Dingo插件
相关代码
// 请把代码文本粘贴到下方(请勿用图片代替代码)
~/Code/jz-exam xch_dev php artisan ✔ 20:34:33
ErrorException : include(/Users/blihou/Code/jz-exam/vendor/composer/../dingo/blueprint/src/Blueprint.php): failed to open stream: No such file or directory
at /Users/blihou/Code/jz-exam/vendor/composer/ClassLoader.php:444
440| * Prevents access to $this/self from included files.
441| */
442| function includeFile($file)
443| {
> 444| include $file;
445| }
446|
Exception trace:
1 include()
/Users/blihou/Code/jz-exam/vendor/composer/ClassLoader.php:444
2 Composer\Autoload\includeFile("/Users/blihou/Code/jz-exam/vendor/composer/../dingo/blueprint/src/Blueprint.php")
/Users/blihou/Code/jz-exam/vendor/composer/ClassLoader.php:322
Please use the argument -v to see more details.
composer require dingo