afatmustafa/laravel-sitemap 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

afatmustafa/laravel-sitemap

Composer 安装命令:

composer require afatmustafa/laravel-sitemap

包简介

Sitemap package for Laravel.

README 文档

README

License PHP tests Maintainability Test Coverage Style Status Latest Stable Version Total Downloads

  • Sitemap generator for Laravel.*

Notes

  • Dev Branches are for development and are UNSTABLE (use on your own risk)!

Installation

Run the following command and provide the latest stable version (e.g v8.*) :

composer require afatmustafa/laravel-sitemap

or add the following to your composer.json file :

For Laravel 8

"afatmustafa/laravel-sitemap": "8.*"

(development branch)

"afatmustafa/laravel-sitemap": "8.x-dev"

For Laravel 7

"afatmustafa/laravel-sitemap": "7.*"

(development branch)

"afatmustafa/laravel-sitemap": "7.x-dev"

For Laravel 6

"afatmustafa/laravel-sitemap": "6.*"

(development branch)

"afatmustafa/laravel-sitemap": "6.x-dev"

For Laravel 5.8

"afatmustafa/laravel-sitemap": "3.1.*"

(development branch)

"afatmustafa/laravel-sitemap": "3.1.x-dev"

For Laravel 5.7

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

(development branch)

"afatmustafa/laravel-sitemap": "3.0.x-dev"

For Laravel 5.6

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

(development branch)

"afatmustafa/laravel-sitemap": "2.8.x-dev"

For Laravel 5.5

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

(development branch)

"afatmustafa/laravel-sitemap": "2.7.x-dev"

Publish needed assets (styles, views, config files) :

php artisan vendor:publish --provider="\Sitemap\SitemapServiceProvider"

Note: Composer won't update them after composer update, you'll need to do it manually!

Examples

and more in the Wiki.

Contribution guidelines

Before submiting new merge request or creating new issue, please read contribution guidelines.

License

This package is open-sourced software licensed under the MIT license.

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-12-24