We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 07ba2e5Copy full SHA for 07ba2e5
README.md
@@ -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
@@ -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 commit comments