smileythane / oxid-sitemap
SiteMap generator for Oxid Eshop
Installs: 1 368
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:oxideshop-module
Requires
- php: >=7.1
- oxid-esales/oxideshop-ce: ^v6.5.4
Requires (Dev)
- phpunit/phpunit: ^6
- squizlabs/php_codesniffer: ^3.5
README
Requirements
- Oxid eShop >= 6.2
- PHP >= 7.* | 8.*
Installation
Install via composer:
composer require smileythane/oxid-sitemap
Activate the plugin:
vendor/bin/oe-console oe:module:activate smileythane_sitemap
Usage
Recommended is usage as console command.
Console
Run:
vendor/bin/oe-console smileythane:sitemap:generate
License
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.