library sitemap
Sitemap manage all routes
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
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)
dev-master
9999999-dev
Sitemap manage all routes
Sources
Download
by
noking50
laravel
1.0.1
1.0.1.0
Sitemap manage all routes
Sources
Download
by
noking50
laravel
1.0.0
1.0.0.0
Sitemap manage all routes
Sources
Download
by
noking50
laravel