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-toolbar

Component toolbar for SkeekS CMS
https://github.com/skeeks-cms/cms-toolbar

skeeks skeeks-cms

Last synced: about 1 month ago
JSON representation

Component toolbar for SkeekS CMS

Awesome Lists containing this project

README

        

SkeekS CMS toolbar
===================================

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-toolbar "*"
```

or add

```
"skeeks/cms-toolbar": "*"
```

Configuration app
----------

```php
[
'bootstrap' => ['cmsToolbar'],

'components' =>
[
'cmsToolbar' =>
[
'class' => 'skeeks\cms\toolbar\CmsToolbar',
'panels' => [],
],

'i18n' => [
'translations' =>
[
'skeeks/toolbar' => [
'class' => 'yii\i18n\PhpMessageSource',
'basePath' => '@skeeks/cms/toolbar/messages',
'fileMap' => [
'skeeks/toolbar' => 'main.php',
],
]
]
]
]
];
```

Links
-----
* [Web site (rus)](https://cms.skeeks.com)
* [Author](https://skeeks.com)
* [ChangeLog](https://github.com/skeeks-cms/cms-toolbar/blob/master/CHANGELOG.md)

___

> [![skeeks!](https://skeeks.com/img/logo/logo-no-title-80px.png)](https://skeeks.com)
SkeekS CMS (Yii2) — fast, simple, effective!
[skeeks.com](https://skeeks.com) | [cms.skeeks.com](https://cms.skeeks.com)