首页
it技术
登录
6mi
u
盘
搜
搜 索
it技术
laravel cache 优雅写法
laravel cache 优雅写法
it
2024-05-10
44
//cache 优雅写法 $notices = Cache::remember('key', 'expire_second', function () { return Notice::query() ->where('state', '=', 1) ->orderByDesc('id') ->paginate(); });
转载请注明原文地址: https://lol.8miu.com/read-16256.html
最新回复
(
0
)