File tree 3 files changed +16
-10
lines changed
3 files changed +16
-10
lines changed Original file line number Diff line number Diff line change 16
16
<!-- -
17
17
Si aplica, agregar lista de issues relacionados.
18
18
-->
19
- 1 . holamugar/module-argentinasetup #<issue_number>: Título del Issue
19
+ 1 . holamugar/argentina-setup #<issue_number>: Título del Issue
20
20
2 . ...
21
21
22
22
### Escenarios de testing manual (si fuera aplicable)
Original file line number Diff line number Diff line change 1
- # Mugar_ArgentinaSetup for Magento2
1
+ # Mugar Argentina Setup for Magento2
2
2
3
3
Metapackage to install a set of modules that will improve the configuration of your store for websites that are running in Argentina.
4
4
@@ -8,27 +8,33 @@ Current included modules are:
8
8
9
9
## Installation
10
10
11
- Use [ composer] ( https://getcomposer.org/ ) to install Mugar_ArgentinaSetup .
11
+ Use [ composer] ( https://getcomposer.org/ ) to install Mugar Argentina Setup metapackage .
12
12
13
13
```
14
- composer require mugar/module- argentina-setup
14
+ composer require mugar/argentina-setup
15
15
```
16
16
17
- Then you'll need to activate the module .
17
+ Then you'll need to activate the included modules .
18
18
19
19
```
20
- bin/magento module:enable Mugar_ArgentinaSetup
20
+ bin/magento module:enable Mugar_ArgentinaRegions
21
21
bin/magento setup:upgrade
22
22
bin/magento cache:clean
23
23
```
24
24
25
25
## Uninstall
26
26
27
27
```
28
- bin/magento module:uninstall Mugar_ArgentinaSetup
28
+ bin/magento module:uninstall Mugar_ArgentinaRegions
29
29
```
30
30
31
- If you used Composer for installation Magento will remove the files and database information.
31
+ If you used Composer for installation Magento will remove the files and database information.
32
+
33
+ Finally, remove files:
34
+
35
+ ```
36
+ composer remove mugar/argentina-setup
37
+ ```
32
38
33
39
## Support
34
40
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " mugar/module- argentina-setup" ,
2
+ "name" : " mugar/argentina-setup" ,
3
3
"description" : " Argentina l10n metapackage." ,
4
- "version" : " 0.1 .0" ,
4
+ "version" : " 0.2 .0" ,
5
5
"type" : " metapackage" ,
6
6
"require" : {
7
7
"php" : " ~5.6.5|7.0.2|7.0.4|~7.0.6|~7.1.0|~7.2.0" ,
You can’t perform that action at this time.
0 commit comments