欢迎各位兄弟 发布技术文章
这里的技术是共享的
// 获取渲染后的视图内容
$string = view('index', compact('data'))->__toString();
// 使用PHP内置方法 file_put_contents()生成静态页面
file_put_contents("index.html", $string);
生成的文件路径为 public/index.html
来自 https://www.twblogs.net/a/5c00dcbbbd9eee7aec4e9bd7/zh-cn
生成的文件路径为 public/index.html
来自 http://www.codeleading.com/article/4261235506/