Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/skeeks-cms/cms-export-sitemap


https://github.com/skeeks-cms/cms-export-sitemap

Last synced: about 1 month ago
JSON representation

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)