laravel中redis分页
摘要:
$data = $request->except('_token');$file = $request->file('g_pic')->store('img');$data['g_pic'] = '/'.$file;RedisModel::create($data);return redirect( 阅读全文
posted @ 2020-11-29 21:45 堇力 阅读(235) 评论(0) 推荐(0)
posted @ 2020-11-29 21:45 堇力 阅读(235) 评论(0) 推荐(0)