victorbuild / sitemap
sitemap package for Laravel10 and PHP8
Installs: 3 056
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 0
Forks: 276
Open Issues: 0
Requires
- php: ^8.1
- illuminate/filesystem: ^10.0
- illuminate/support: ^10.0
Requires (Dev)
- laravel/framework: ^10.0
- orchestra/testbench-core: ^6.0 || ^7.0
- php-coveralls/php-coveralls: ^2.2
- phpunit/phpunit: ^9.3
This package is auto-updated.
Last update: 2024-11-07 21:20:08 UTC
README
Sitemap generator for Laravel10.
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 victorbuild/sitemap
or add the following to your composer.json
file :
For Laravel 10
"victorbuild/sitemap": "10.*"
(development branch)
"victorbuild/sitemap": "10.x-dev"
For Laravel 9
"victorbuild/sitemap": "9.*"
(development branch)
"victorbuild/sitemap": "9.x-dev"
Publish needed assets (styles, views, config files) :
php artisan vendor:publish --provider="Victorbuild\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.