https://github.com/skeeks-cms/cms-toolbar
Component toolbar for SkeekS CMS
https://github.com/skeeks-cms/cms-toolbar
skeeks skeeks-cms
Last synced: 6 months ago
JSON representation
Component toolbar for SkeekS CMS
- Host: GitHub
- URL: https://github.com/skeeks-cms/cms-toolbar
- Owner: skeeks-cms
- License: bsd-3-clause
- Created: 2017-11-14T13:59:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-05-28T14:11:11.000Z (about 1 year ago)
- Last Synced: 2025-09-25T19:23:57.476Z (10 months ago)
- Topics: skeeks, skeeks-cms
- Language: PHP
- Homepage: https://cms.skeeks.com
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)
___
> [](https://skeeks.com)
SkeekS CMS (Yii2) — fast, simple, effective!
[skeeks.com](https://skeeks.com) | [cms.skeeks.com](https://cms.skeeks.com)