有人能告诉我这是怎么回事吗?它在我的本地服务器(我使用代客)和实时网站上运行良好。但是在登台服务器上,当我尝试在 voyager 管理面板中打开一个数据库时,它“哎呀”并向我抛出此路由未定义错误。谢谢
Route [voyager.database.bread.edit] not defined. (View: /home/forge/staging.origintrail.io/vendor/tcg/voyager/resources/views/tools/database/index.blade.php)
public function route($name, $parameters = [], $absolute = true)
{
if (! is_null($route = $this->routes->getByName($name))) {
return $this->toRoute($route, $parameters, $absolute);
}
throw new InvalidArgumentException("Route [{$name}] not defined.");
}