|
1 |
| -# module-community |
| 1 | +# Magefan Community Extension by [Magefan](https://magefan.com/magento2-extensions) |
| 2 | + |
| 3 | +This module is required for other Magefan extensions for Magento 2 |
| 4 | + |
| 5 | +## Requirements |
| 6 | + * Magento Community Edition 2.1.x-2.2.x or Magento Enterprise Edition 2.1.x-2.2.x |
| 7 | + |
| 8 | +## Installation Method 1 - Installing via composer |
| 9 | + * Open command line |
| 10 | + * Using command "cd" navigate to your magento2 root directory |
| 11 | + * Run the commands: |
| 12 | + |
| 13 | +``` |
| 14 | +composer require magefan/module-community |
| 15 | +php bin/magento setup:upgrade |
| 16 | +php bin/magento setup:di:compile |
| 17 | +php bin/magento setup:static-content:deploy |
| 18 | +``` |
| 19 | + |
| 20 | +## Installation Method 2 - Installing via FTP using archive |
| 21 | + * Download [ZIP Archive](https://github.com/magefan/module-community/archive/master.zip) |
| 22 | + * Extract files |
| 23 | + * In your Magento 2 root directory create folder app/code/Magefan/Community |
| 24 | + * Copy files and folders from archive to that folder |
| 25 | + * In command line, using "cd", navigate to your Magento 2 root directory |
| 26 | + * Run the commands: |
| 27 | +``` |
| 28 | +php bin/magento setup:upgrade |
| 29 | +php bin/magento setup:di:compile |
| 30 | +php bin/magento setup:static-content:deploy |
| 31 | +``` |
| 32 | + |
| 33 | +## Support |
| 34 | +If you have any issues, please [contact us](mailto:support@magefan.com) |
| 35 | +then if you still need help, open a bug report in GitHub's |
| 36 | +[issue tracker](https://github.com/magefan/module-community/issues). |
| 37 | + |
| 38 | + |
| 39 | +## License |
| 40 | +The code is licensed under [EULA](https://magefan.com/end-user-license-agreement). |
| 41 | + |
| 42 | +## Other Magefan Extensions That Can Be Installed Via Composer |
| 43 | + * [Magento 2 Auto Currency Switcher Extension](https://magefan.com/magento-2-currency-switcher-auto-currency-by-country) |
| 44 | + * [Magento 2 Login As Customer Extension](https://magefan.com/login-as-customer-magento-2-extension) |
| 45 | + * [Magento 2 Conflict Detector Extension](https://magefan.com/magento2-conflict-detector) |
| 46 | + * [Magento 2 Lazy Load Extension](https://github.com/magefan/module-lazyload) |
| 47 | + * [Magento 2 Rocket JavaScript Extension](https://github.com/magefan/module-rocketjavascript) |
| 48 | + * [Magento 2 CLI Extension](https://github.com/magefan/module-cli) |
| 49 | + |
0 commit comments