alleswunder/core 0.0.1

A custom store module for alleswunder.com

Type

magento2-module

License

MIT

Requires
Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

A custom module for alleswunder.com.

How to install

composer clear-cache
composer require alleswunder/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 ru_RU --area adminhtml --theme Magento/backend && bin/magento setup:static-content:deploy -f en_US ru_RU --area frontend --theme Pearl/weltpixel_custom

How to update

composer clear-cache
composer update alleswunder/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 ru_RU --area adminhtml --theme Magento/backend && bin/magento setup:static-content:deploy -f en_US ru_RU --area frontend --theme Pearl/weltpixel_custom

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