Laravel 5 Laravel 5编写器需要laravelcollective/html错误

Laravel 5 Laravel 5编写器需要laravelcollective/html错误,laravel-5,composer-php,laravelcollective,Laravel 5,Composer Php,Laravelcollective,当我需要laravelcollective/html时,出现了一些问题!我在谷歌上搜索了这个错误,但没有找到任何答案。有什么帮助吗? 非常感谢 D:\wamp\www\laravel-5.1>composer require "laravelcollective/html:5.1.*" ./composer.json has been updated Loading composer repositories with package information Updating depend

当我需要
laravelcollective/html
时,出现了一些问题!我在谷歌上搜索了这个错误,但没有找到任何答案。有什么帮助吗? 非常感谢

D:\wamp\www\laravel-5.1>composer require "laravelcollective/html:5.1.*"
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
  - Removing laravel/framework (v5.1.19)
  - Installing laravel/framework (v5.1.19)
    Loading from cache

  - Installing laravelcollective/html (v5.1.6)
    Loading from cache

Writing lock file
Generating autoload files
> php artisan clear-compiled



  [Symfony\Component\Debug\Exception\FatalErrorException]
  Call to undefined method Illuminate\Routing\RouteCollection::refreshNameLookups()

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

  [RuntimeException]
  Error Output:

尝试删除
storage/framework/compiled.php
并重新运行它
vendor/compiled.php
中可能还有一个