不能在laravel 5.8中缓存关系

我正在尝试像在laravel 5.2中一样缓存关系,但是没有用

public function author()
    {
        return $this->belongsTo('App\Models\Authors','author_id')->remember(Config::get('app.cache.short'));
    }

它在5.8中如何工作?

wu379611988 回答:不能在laravel 5.8中缓存关系

暂时没有好的解决方案,如果你有好的解决方案,请发邮件至:iooj@foxmail.com
本文链接:https://www.f2er.com/3123662.html

大家都在问