Код: Выделить всё
Argument 1 passed to Illuminate\Foundation\Console\RouteCacheCommand::buildRouteCacheFile() must be an instance of Illuminate\Routing\RouteCollection, instance of Illuminate\Routing\CompiledRouteCollection given, called in /var/www/laravelFolder/vendor/laravel/framework/src/Illuminate/Foundation/Console/RouteCacheCommand.php on line 66
at vendor/laravel/framework/src/Illuminate/Foundation/Console/RouteCacheCommand.php:103
99▕ *
100▕ * @param \Illuminate\Routing\RouteCollection $routes
101▕ * @return string
102▕ */
➜ 103▕ protected function buildRouteCacheFile(RouteCollection $routes)
104▕ {
105▕ $stub = $this->files->get(__DIR__.'/stubs/routes.stub');
106▕
107▕ return str_replace('{{routes}}', var_export($routes->compile(), true), $stub);
+14 vendor frames
15 artisan:37
Illuminate\Foundation\Console\Kernel::handle()
Подробнее здесь: https://stackoverflow.com/questions/726 ... wing-error