2017 © Pedro Peláez
 

library sitemap

Sitemap manage all routes

image

noking50/sitemap

Sitemap manage all routes

  • Thursday, June 21, 2018
  • by noking50
  • Repository
  • 0 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Sitemap

Manage Sitemap with Laravel Route, (*1)

Installing

install

composer required noking50/sitemap

config

$sitemap = [
    // main site sitemap path
    'main' => 'official',
];

// sitemap files root dir
$sitemap_path = app_path('Http/Sitemap/');

Usage

get current sitemap node, (*2)

Sitemap::node()

get some url sitemap node, (*3)

Sitemap::node($path)

The Versions

21/06 2018

dev-master

9999999-dev

Sitemap manage all routes

  Sources   Download

by Avatar noking50

laravel

21/06 2018

1.0.1

1.0.1.0

Sitemap manage all routes

  Sources   Download

by Avatar noking50

laravel

11/06 2018

1.0.0

1.0.0.0

Sitemap manage all routes

  Sources   Download

by Avatar noking50

laravel