laravel 网站地图轮子
Posted 心之所依
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了laravel 网站地图轮子相关的知识,希望对你有一定的参考价值。
https://github.com/Laravelium/laravel-sitemap
add the following to your composer.json
file :
"laravelium/sitemap": "3.0.*"
"laravelium/sitemap": "2.8.*"
"laravelium/sitemap": "2.7.*"
Publish needed assets (styles, views, config files) :
php artisan vendor:publish --provider="LaraveliumSitemapSitemapServiceProvider"
Note: Composer won‘t update them after composer update
, you‘ll need to do it manually!
以上是关于laravel 网站地图轮子的主要内容,如果未能解决你的问题,请参考以下文章