Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skeeks-cms/cms-export-sitemap
https://github.com/skeeks-cms/cms-export-sitemap
Last synced: about 1 month 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-10T10:26:52.000Z (over 6 years ago)
- Last Synced: 2024-05-02T16:47:02.207Z (8 months ago)
- Language: PHP
- Size: 35.2 KB
- Stars: 0
- Watchers: 5
- 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)___
> [![skeeks!](https://gravatar.com/userimage/74431132/13d04d83218593564422770b616e5622.jpg)](https://skeeks.com)
SkeekS CMS (Yii2) — quickly, easily and effectively!
[skeeks.com](https://skeeks.com) | [cms.skeeks.com](https://cms.skeeks.com)