Laravel页面静态化
2023-11-16 16:38:50    0    0    0
junjie
``` public function test(Request $request) { $view = view('test'); Storage::disk('local')->put('views/' . $request->path(), $view->render()); return $view; } ``` ———————————————— 原文作者:Wangds 转自链接:`https://learnku.com/articles/51744`

上一篇: 宝塔启动Nginx报error while loading shared libraries: libjemalloc.so.2: cannot open

下一篇: 如何用运行创建一个打不开的文件夹

Table of content