library laravel-localization-sitemap
Sitemap generation for Laravel Localization package from mcamara
tachyonvfx/laravel-localization-sitemap
Sitemap generation for Laravel Localization package from mcamara
- Thursday, September 28, 2017
- by nmpribeiro
- Repository
- 1 Watchers
- 0 Stars
- 3 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
laravel-localization-sitemap
Sitemap generation for Laravel Localization from @mcamara, (*1)
Many thanks to jaumesala for his code! He made all the effort here.
Check https://github.com/mcamara/laravel-localization/issues/48#issuecomment-332744555, (*2)
- installation
-
- composer require tachyonvfx/laravel-localization-sitemap
-
- (had to do composer require tachyonvfx/laravel-localization-sitemap @stable )
-
add provider to config/app.php, (*3)
- Tachyonvfx\Localization\Sitemap\TachyonSitemapServiceProvider::class,
-
to publish config file:, (*4)
-
- php artisan vendor:publish
still in development, (*5)