kitchencollection.com/core 0.0.7

A custom module for kitchencollection.com

Type

magento2-module

License

proprietary

Requires

None

Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

A custom module for kitchencollection.com.

How to install

bin/magento maintenance:enable
composer require kitchencollection.com/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 en_US --area adminhtml --theme Magento/backend
bin/magento setup:static-content:deploy en_US --area frontend --theme Codazon/fastest_food_drink
bin/magento maintenance:disable

How to upgrade

bin/magento maintenance:enable
composer clear-cache
composer update kitchencollection.com/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 en_US --area adminhtml --theme Magento/backend
bin/magento setup:static-content:deploy en_US --area frontend --theme Codazon/fastest_food_drink
bin/magento maintenance:disable

If you have problems with these commands, please check the detailed instruction.