farshidrezaei / laravel-sitemap
Sitemap package for Laravel. forked from laravelium sitemap package
Requires
- php: ^7.3|^8.0
Requires (Dev)
- dev-master
- v10.0.0
- 9.x-dev
- 9.1.1
- 9.0.2
- 8.x-dev
- 8.0.1
- 7.x-dev
- v7.0.1
- 6.0.x-dev
- v6.0.1
- 3.1.x-dev
- v3.1.1
- 3.0.x-dev
- v3.0.1
- 2.8.x-dev
- v2.8.3
- v2.8.2
- v2.8.1
- 2.7.x-dev
- v2.7.3
- v2.7.2
- 2.6.x-dev
- v2.6.5
- v2.6.4
- v2.6.3
- v2.6.2
- v2.6.1
- v2.5.8
- v2.5.6
- v2.5.5
- v2.5.3
- v2.5.2
- v2.4.20
- v2.4.19
- v2.4.16
- v2.4.15
- v2.4.11
- dev-klimov.paul/Sitemap-181-use-contracts
- dev-archive
This package is auto-updated.
Last update: 2024-12-30 02:10:58 UTC
README
Sitemap package for Laravel. forked from laravelium sitemap package.
Installation
Run the following command and provide the latest stable version (e.g v9.*) :
composer require farshidrezaei/sitemap
or add the following to your composer.json
file :
For Laravel 9
"laravelium/sitemap": "9.*"
For Laravel 8
"laravelium/sitemap": "8.*"
For Laravel 7
"laravelium/sitemap": "7.*"
(development branch)
"laravelium/sitemap": "7.x-dev"
For Laravel 6
"laravelium/sitemap": "6.*"
(development branch)
"laravelium/sitemap": "6.x-dev"
For Laravel 5.8
"laravelium/sitemap": "3.1.*"
(development branch)
"laravelium/sitemap": "3.1.x-dev"
For Laravel 5.7
"laravelium/sitemap": "3.0.*"
(development branch)
"laravelium/sitemap": "3.0.x-dev"
For Laravel 5.6
"laravelium/sitemap": "2.8.*"
(development branch)
"laravelium/sitemap": "2.8.x-dev"
For Laravel 5.5
"laravelium/sitemap": "2.7.*"
(development branch)
"laravelium/sitemap": "2.7.x-dev"
Publish needed assets (styles, views, config files) :
php artisan vendor:publish --provider="Laravelium\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.