Laravel5.8 生成网站XML地图
2019-12-25
后端
Laravel
2643
0
Laravel5.8 生成网站XML地图,案例,例子。<?php
;;;;public;function;sore(){
;;;;;;;;$xml;=;$this->sitemap();
;;;;;;;;$file;=;fopen('sitemap.xml',;'w');
;;;;;;;;fwrite($file,;$xml);
;;;;;;;;fclose($file);
;;;;;;;;$server='http://'.$_SERVER['SERVER_NAME'].'/sitemap.xml';
;;;;;;;;return;response()->json(['code'=>200,'msg'=>'成功生成网站地图','url'=>route('admin.sitemap.index'),'data'=>