定制 pbh/laravel-sitemap 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

pbh/laravel-sitemap

最新稳定版本:v2.8.1

Composer 安装命令:

composer require pbh/laravel-sitemap

包简介

A not so simple sitemap generator for Laravel.

README 文档

README

A not so simple sitemap generator for Laravel.

Notes

Installation

Run the following command and provide the latest stable version (e.g v3.0.1) :

composer require pbh/laravel-sitemap

or add the following to your composer.json file :

For Laravel 5.7

"pbh/laravel-sitemap": "3.0.*"

For Laravel 5.6

"pbh/laravel-sitemap": "2.8.*"

For Laravel 5.5

"pbh/laravel-sitemap": "2.7.*"

For Laravel 4

"pbh/laravel-sitemap": "2.4.*"

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!

统计信息

  • 总下载量: 4.79k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 2
  • Forks: 275
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-09-13