https://github.com/skeeks-cms/cms-export-sitemap
https://github.com/skeeks-cms/cms-export-sitemap
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/skeeks-cms/cms-export-sitemap
- Owner: skeeks-cms
- License: gpl-3.0
- Created: 2016-11-08T15:33:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-10T10:26:52.000Z (over 8 years ago)
- Last Synced: 2025-08-03T04:36:45.322Z (12 months ago)
- Language: PHP
- Size: 35.2 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
SkeekS CMS cms-export-sitemap
===================================
Installation
------------
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```
php composer.phar require --prefer-dist skeeks/cms-export-sitemap "*"
```
or add
```
"skeeks/cms-export-sitemap": "*"
```
Configuration app
----------
```php
'components' =>
[
'cmsExport' => [
'handlers' =>
[
'skeeks\cms\exportSitemap\ExportSitemapHandler' =>
[
'class' => 'skeeks\cms\exportSitemap\ExportSitemapHandler'
]
]
],
'i18n' => [
'translations' =>
[
'skeeks/exportSitemap' => [
'class' => 'yii\i18n\PhpMessageSource',
'basePath' => '@skeeks/cms/exportSitemap/messages',
'fileMap' => [
'skeeks/exportSitemap' => 'main.php',
],
]
]
]
]
```
##Links
* [Web site (rus)](https://cms.skeeks.com)
* [Author](https://skeeks.com)
* [ChangeLog](https://github.com/skeeks-cms/cms-vk-database/blob/master/CHANGELOG.md)
___
> [](https://skeeks.com)
SkeekS CMS (Yii2) — quickly, easily and effectively!
[skeeks.com](https://skeeks.com) | [cms.skeeks.com](https://cms.skeeks.com)