php artisan chemex:install报错。

[root@localhost zichan]# php artisan chemex:install
PHP Warning: require(/www/wwwroot/zichan/vendor/autoload.php): Failed to open stream: No such file or directory in /www/wwwroot/zichan/artisan on line 18

Warning: require(/www/wwwroot/zichan/vendor/autoload.php): Failed to open stream: No such file or directory in /www/wwwroot/zichan/artisan on line 18
PHP Fatal error: Uncaught Error: Failed opening required '/www/wwwroot/zichan/vendor/autoload.php' (include_path='.:') in /www/wwwroot/zichan/artisan:18
Stack trace:
#0 {main}
thrown in /www/wwwroot/zichan/artisan on line 18

Fatal error: Uncaught Error: Failed opening required '/www/wwwroot/zichan/vendor/autoload.php' (include_path='.:') in /www/wwwroot/zichan/artisan:18
Stack trace:
#0 {main}
thrown in /www/wwwroot/zichan/artisan on line 18

php artisan chemex:install报错
这是部署chemex安装报错,点开你那个博文已经没有参考依据了,所以这边只能提供解题思路和相关部署chemex链接
解题思路:
1、清理编译文件的方式;
2、使用无脚本的composer更新,并强制覆盖之前的编译内容;
3、直接删掉vendor目录和“composer.lock”。

另外,提供参考链接【CentOS部署Chemex(资产管理系统)】,期望对你有所帮助:https://blog.csdn.net/weixin_46404634/article/details/124532545?spm=1001.2101.3001.6650.5&utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefault%7ECTRLIST%7ERate-5-124532545-blog-124724207.pc_relevant_recovery_v2&depth_1-utm_source=distribute.pc_relevant.none-task-blog-2%7Edefault%7ECTRLIST%7ERate-5-124532545-blog-124724207.pc_relevant_recovery_v2&utm_relevant_index=6

PHP Warning: require(/www/wwwroot/zichan/vendor/autoload.php): Failed to open stream: No such file or directory in /www/wwwroot/zichan/artisan on line 18
这个错误提示很明显了吧,找不到,打不开对应的目录文件

参考下面链接
https://b23.tv/5nRIeWO