fts/site-map

laravel 5 site-map

v1.0.0 2018-08-16 02:33 UTC

This package is auto-updated.

Last update: 2024-05-15 21:02:55 UTC


README

Latest Stable Version Total Downloads License

功能

  • 构建网站site map
  • 检查验证码

安装

composer require fts/site-map

发布配置文件

 php artisan vendor:publish

添加服务提供者

打开 config/app.php 并添加以下内容到 providers 数组:

fts\SiteMap\SiteMapServiceProvider.php::class

命令行

php artisan site-map:build