fuelphp找不到作曲家自动加载器
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了fuelphp找不到作曲家自动加载器相关的知识,希望对你有一定的参考价值。
安装fuelphp时收到错误信息
No composer autoloader found. Please run composer to install the FuelPHP framework dependencies first!
我的作曲家也更新了。
Loading composer repositories with package information
Updating dependencies (including require-dev)
Nothing to install or update
Generating autoload files
我正在使用PHP7和Vagrant环境。
有关此错误的任何想法?
答案
它无法找到fuelphp的安装。最常见的问题是index.php(“public”或“public_html”文件夹)没有正确设置fuelphp的app,core和packages路径。
改变DIR。'.. /到DIR。'/ .. / .. /(返回一个文件夹级别)
应该有三个。
以上是关于fuelphp找不到作曲家自动加载器的主要内容,如果未能解决你的问题,请参考以下文章