Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/skeeks-cms/cms-toolbar
- Owner: skeeks-cms
- License: bsd-3-clause
- Created: 2017-11-14T13:59:46.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-06-05T11:50:54.000Z (over 1 year ago)
- Last Synced: 2024-10-13T15:22:26.118Z (3 months ago)
- Topics: skeeks, skeeks-cms
- Language: PHP
- Homepage: https://cms.skeeks.com
- Size: 92.8 KB
- Stars: 0
- Watchers: 3
- 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)___
> [![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)