An open API service indexing awesome lists of open source software.

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)

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).