标签:tps file com use composer laravel pos 5.7 hub
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="Laravelium\Sitemap\SitemapServiceProvider"
Note: Composer won‘t update them after composer update
, you‘ll need to do it manually!
标签:tps file com use composer laravel pos 5.7 hub
原文地址:https://www.cnblogs.com/sgm4231/p/10186748.html