laravel5.1 Class api.router does not exist

> Illuminate\Foundation\ComposerScripts::postAutoloadDump
> @php artisan package:discover


   ReflectionException  : Class api.router does not exist


  at vendor\laravel\framework\src\Illuminate\Container\Container.php: 767
  763:         if ($concrete instanceof Closure) {
  764:             return $concrete($this, $this->getLastParameterOverride());

  765:         }

找到这个文件:/bootstrap/cache/routes.php
删除 app('api.router')->
Hope to help you:)

有话要说