Ich verwende PHP v8.1 und versuche, die Begrüßungsseite von Codeigniter (v4.2.10) mit dem folgenden Befehl zu öffnen: php Sparkserve
并收到此错误:无法打开输入文件:spark
. < /p>
Ich habe online gesucht und nichts Ähnliches gefunden. Also habe ich versucht, Spark mit Composer: composer require sparkphp/spark
zu installieren, aber kein Erfolg. Ich erhalte die folgende Fehlermeldung:
Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires sparkphp/spark ^0.16.3 -> satisfiable by sparkphp/spark[0.16.3]. - sparkphp/spark 0.16.3 requires destrukt/destrukt ^0.7.1 -> could not be found in any version, there may be a typo in the package name. Potential causes: - A typo in the package name - The package is not available in a stable-enough version according to your minimum-stability setting see <https://getcomposer.org/doc/04-schema.md#minimum-stability> for more details. - It's a private package and you forgot to add a custom repository to find it Read <https://getcomposer.org/doc/articles/troubleshooting.md> for further common problems. You can also try re-running composer require with an explicit version constraint, e.g. "composer require sparkphp/spark:*" to figure out if any version is installable, or "composer require sparkphp/spark:^2.1" if you know which you need. Installation failed, deleting ./composer.json.
Jetzt weiß ich nicht, was ich tun soll, vielen Dank für Ihre Hilfe.
表示您不在 Codeigniter 根目录中。 只需进入 Codeigniter 根目录然后运行命令即可。 如果您使用 Composer 来创建应用程序
只需转到“项目根目录”(您编写的任何名称)