sayitwithagift / core
A custom module for sayitwithagift.com
Installs: 27
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 1
Type:magento2-module
Requires
- mage2pro/core: >=3.8.0
README
A custom module for sayitwithagift.com.
How to install
composer require sayitwithagift/core:*
bin/magento setup:upgrade
cachetool opcache:reset && cachetool stat:clear && bin/magento cache:clean
rm -rf pub/static/* && bin/magento setup:static-content:deploy en_US en_GB
rm -rf var/di var/generation generated/code && bin/magento setup:di:compile
cachetool opcache:reset && cachetool stat:clear && bin/magento cache:clean
If you have problems with these commands, please check the detailed instruction.