Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
vovayatsyuk committed Sep 25, 2018
0 parents commit 07ba2e5
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Magento RTL

It's a metapackage for the [original repository](https://github.com/swissup/module-rtl).

### Installation

```bash
composer config repositories.swissup composer https://docs.swissuplabs.com/packages/
composer require swissup/rtl
bin/magento module:enable Swissup_Rtl
bin/magento setup:upgrade
```
10 changes: 10 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "swissup/rtl",
"description": "Magento2 RTL detection",
"type": "metapackage",
"version": "1.1.0",
"license": "MIT",
"require": {
"swissup/module-rtl": "^1.1.0"
}
}

0 comments on commit 07ba2e5

Please sign in to comment.