-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1732987
commit a6dcf0a
Showing
1 changed file
with
36 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,41 @@ | ||
Единицы измерений для SkeekS CMS | ||
Units of measurement for SkeekS CMS | ||
=================================== | ||
|
||
[Страница на SkeekS CMS Marketplace](http://marketplace.cms.skeeks.com/solutions/instrumentyi/razrabotchiku/163-edinitsyi-izmereniya) | ||
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-measure "*" | ||
``` | ||
|
||
or add | ||
|
||
``` | ||
"skeeks/cms-measure": "*" | ||
``` | ||
|
||
Configuration app | ||
---------- | ||
|
||
```php | ||
|
||
``` | ||
|
||
##Links | ||
* [Web site](http://en.cms.skeeks.com) | ||
* [Web site (rus)](http://cms.skeeks.com) | ||
* [Author](http://skeeks.com) | ||
* [ChangeLog](https://github.com/skeeks-cms/cms-measure/blob/master/CHANGELOG.md) | ||
|
||
|
||
___ | ||
|
||
> [![skeeks!](https://gravatar.com/userimage/74431132/13d04d83218593564422770b616e5622.jpg)](http://skeeks.com) | ||
<i>SkeekS CMS (Yii2) — быстро, просто, эффективно!</i> | ||
[skeeks.com](http://skeeks.com) | [cms.skeeks.com](http://cms.skeeks.com) | [marketplace.cms.skeeks.com](http://marketplace.cms.skeeks.com) | ||
<i>SkeekS CMS (Yii2) — quickly, easily and effectively!</i> | ||
[skeeks.com](http://skeeks.com) | [en.cms.skeeks.com](http://en.cms.skeeks.com) | [cms.skeeks.com](http://cms.skeeks.com) | [marketplace.cms.skeeks.com](http://marketplace.cms.skeeks.com) | ||
|
||
|