我从github下载了一个项目但是当我尝试从这样的工匠开始时:
php artisan serve
我收到错误:
PHP警告: require(C:\ xampp \ htdocs \ larticles_api / vendor / autoload.php):未能 open stream:没有这样的文件或目录 第18行的C:\ xampp \ htdocs \ larticles_api \ arti san
警告:require(C:\ xampp \ htdocs \ larticles_api / vendor / autoload.php): 无法流式传输:没有这样的文件或目录 C:\ xampp \ htdocs \ larticles_api \ artisan o n line 18 PHP致命错误: require():打开所需的'C:\ xampp \ htdocs \ larticles_失败 api / vendor / autoload.php'(include_path ='C:\ xampp \ php \ PEAR')in 第18行的C:\ xampp \ htdocs \ l articles_api \ artisan
致命错误:require():需要打开失败 'C:\ xampp \ htdocs \ larticles_api / v endor / autoload.php' (include_path ='C:\ xampp \ php \ PEAR')在C:\ xampp \ htdocs \ lartic中 第18行的les_api \ artisan
答案 0 :(得分:4)
1-执行composer install
2-将.env.example
重命名为.env
并使用您的数据库凭据进行更新
3- php artisan key:generate
4- php artisan serve
答案 1 :(得分:2)
运行composer install
,他们php artisan serve