gpt4 book ai didi

php - Laravel Telescope 无法打开流 : no such file or directory TelescopeServiceProvider. php

转载 作者:行者123 更新时间:2023-12-01 17:55:34 28 4
gpt4 key购买 nike

我正在尝试使用the Telescope package根据 Laravels 官方文档,我遵循了前 2 个步骤:

composer require laravel/telescope

php artisan telescope:install

在安装之前,我的命令行一切顺利。我收到错误:

ErrorException : file_get_contents(path\app\Providers/TelescopeServiceProvider.php: failed to open stream: No such file or directory at: vendor\laravel\telescope\src\Console\InstallCommand.php

所以,当然,我用谷歌搜索了这个问题并发现了 this我检查了我的提供商的文件夹是否存在。确实如此,而且 TelescopeServiceProvider.php 确实不存在。我尝试再次运行命令 php artisan Telescope:install ,它向我提供了消息:

Telescope scaffolding installed successfully.

我觉得很奇怪,但没关系,我进入了文档的下一步:

  • 安装 Telescope 后,您还应该运行 migrate 命令:php artisan 迁移

所以我运行了该命令并收到了消息:

Nothing to migrate.

很明显这不对。我在“假”安装成功消息后检查了 TelescopeServiceProvider 现在是否存在,但仍然不存在。

我做错了什么以及如何解决这个问题?

最佳答案

尝试更新望远镜,

composer update --prefer-source

尝试删除 Telescope,然后重新安装该软件包,因为安装似乎已损坏该软件包:

composer remove laravel/telescope
composer require laravel/telescope

尝试:

composer dump-autoload

或者:

artisan cache:clear

更新或更改 composer.json 以刷新所有内容后。

关于php - Laravel Telescope 无法打开流 : no such file or directory TelescopeServiceProvider. php,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58098157/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com