Skip to content

Commit 07ba2e5

Browse files
committed
Initial commit
0 parents  commit 07ba2e5

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Magento RTL
2+
3+
It's a metapackage for the [original repository](https://github.com/swissup/module-rtl).
4+
5+
### Installation
6+
7+
```bash
8+
composer config repositories.swissup composer https://docs.swissuplabs.com/packages/
9+
composer require swissup/rtl
10+
bin/magento module:enable Swissup_Rtl
11+
bin/magento setup:upgrade
12+
```

composer.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"name": "swissup/rtl",
3+
"description": "Magento2 RTL detection",
4+
"type": "metapackage",
5+
"version": "1.1.0",
6+
"license": "MIT",
7+
"require": {
8+
"swissup/module-rtl": "^1.1.0"
9+
}
10+
}

0 commit comments

Comments
 (0)