https://github.com/thesuitdepot/core
A custom module for thesuitdepot.com (Magento 2)
https://github.com/thesuitdepot/core
mage2pro mage2pro-module mage2pro-module-bespoke mage2pro-module-ready magento magento2 magento2-extension magento2-module
Last synced: 5 months ago
JSON representation
A custom module for thesuitdepot.com (Magento 2)
- Host: GitHub
- URL: https://github.com/thesuitdepot/core
- Owner: thesuitdepot
- Created: 2019-06-04T13:03:28.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-31T03:10:20.000Z (about 2 years ago)
- Last Synced: 2025-07-18T12:13:27.372Z (11 months ago)
- Topics: mage2pro, mage2pro-module, mage2pro-module-bespoke, mage2pro-module-ready, magento, magento2, magento2-extension, magento2-module
- Language: JavaScript
- Homepage: https://upwork.com/fl/mage2pro
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A custom module for [thesuitdepot.com](https://thesuitdepot.com) (Magento 2).
## How to install
```
bin/magento maintenance:enable
composer clear-cache
composer require thesuitdepot/core:*
bin/magento setup:upgrade
rm -rf var/di var/generation generated/code && bin/magento setup:di:compile
rm -rf pub/static/* && bin/magento setup:static-content:deploy -f en_US --area adminhtml --theme Magento/backend && bin/magento setup:static-content:deploy -f en_US --area frontend --theme Webwolf/suitdepot
bin/magento maintenance:disable
bin/magento cache:enable
```
## How to upgrade
```
bin/magento maintenance:enable
composer clear-cache
composer update thesuitdepot/core
bin/magento setup:upgrade
rm -rf var/di var/generation generated/code && bin/magento setup:di:compile
rm -rf pub/static/* && bin/magento setup:static-content:deploy -f en_US --area adminhtml --theme Magento/backend && bin/magento setup:static-content:deploy -f en_US --area frontend --theme Webwolf/suitdepot
bin/magento maintenance:disable
bin/magento cache:enable
```
If you have problems with these commands, please check the [detailed instruction](https://mage2.pro/t/263).