julio.com/stock

The module updates stock in Magento 2 from Dropbox files

Installs: 35

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:magento2-module

0.0.2 2019-09-14 06:58 UTC

This package is auto-updated.

Last update: 2024-03-27 07:29:53 UTC


README

The module updates stock in Magento 2 from Dropbox files.

How to install

bin/magento maintenance:enable
rm -rf composer.lock
composer clear-cache
composer require julio.com/stock:*
bin/magento setup:upgrade
bin/magento cache:enable
rm -rf var/di var/generation generated/code
bin/magento setup:di:compile
rm -rf pub/static/*
bin/magento setup:static-content:deploy \
	--area adminhtml \
	--theme Magento/backend \
	-f en_US es_MX
bin/magento setup:static-content:deploy \
	--area frontend \
	--theme Mgs/claue \
	-f en_US es_MX
bin/magento maintenance:disable

How to upgrade

bin/magento maintenance:enable
composer remove julio.com/stock
rm -rf composer.lock
composer clear-cache
composer require julio.com/stock:*
bin/magento setup:upgrade
bin/magento cache:enable
rm -rf var/di var/generation generated/code
bin/magento setup:di:compile
rm -rf pub/static/*
bin/magento setup:static-content:deploy \
	--area adminhtml \
	--theme Magento/backend \
	-f en_US es_MX
bin/magento setup:static-content:deploy \
	--area frontend \
	--theme Mgs/claue \
	-f en_US es_MX
bin/magento maintenance:disable

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