gpt4 book ai didi

laravel - 从 Illuminate\Html 切换到 Collective\Html,未找到类 'Illuminate\Html\HtmlServiceProvider'

转载 作者:行者123 更新时间:2023-12-04 10:24:25 24 4
gpt4 key购买 nike

我更新了 composer.json删除illuminate\html并添加:

"require": {
"laravelcollective/html": "5.1.*"

我从 app.php 中删除了提供者/别名对于 Illuminate\Html 并添加了替换:
    Collective\Html\HtmlServiceProvider::class,

...
    'Form'      => Collective\Html\FormFacade::class,
'Html' => Collective\Html\HtmlFacade::class,

但是在运行时 composer update我收到输出:
$ composer update
Loading composer repositories with package information
Updating dependencies (including require-dev)
- Removing illuminate/html (v5.0.0)

- Installing laravelcollective/html (v5.1.4)
Downloading: 100%

Writing lock file
Generating autoload files
> php artisan clear-compiled
PHP Fatal error: Class 'Illuminate\Html\HtmlServiceProvider' not found in vendor/laravel/framework/src/Illuminate/Foundation/Application.php on line 648

[Symfony\Component\Debug\Exception\FatalErrorException]
Class 'Illuminate\Html\HtmlServiceProvider' not found

Script php artisan clear-compiled handling the post-update-cmd event returned with an error

[RuntimeException]
Error Output: PHP Fatal error: Class 'Illuminate\Html\HtmlServiceProvider' not found in vendor/laravel/framework/src/Illuminate/Foundation/Application.php on line 648

我尝试更新 composer.json此处建议的脚本: https://github.com/LaravelCollective/html/issues/54

但我仍然收到错误。
任何帮助是极大的赞赏 :)

最佳答案

最后,我在 IRC(感谢 sisve)和这些命令的帮助下设法解决了这个问题。首先,我回滚到一个带有illumination/html 的工作站点。然后:

composer dumpautoload
composer clearcache
php artisan clear-compiled

如果 clear-compiled失败然后确保在 bootstrap/cache/config.php 中没有对 Illuminate\Html 的引用并再次运行它。

删除 config/app.php 中对 Illuminate\Html 的所有引用
删除 illuminate/html要求在 composer.json
composer update

添加 laravelcollective/html 包,如下所述: http://laravelcollective.com/docs/5.1/html#installation
composer update

关于laravel - 从 Illuminate\Html 切换到 Collective\Html,未找到类 'Illuminate\Html\HtmlServiceProvider',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32283767/

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