https://github.com/kitchencollection-com/core
A custom module for kitchencollection.com (Magento 2)
https://github.com/kitchencollection-com/core
mage2pro mage2pro-module mage2pro-module-bespoke mage2pro-module-ready magento magento2 magento2-extension magento2-module
Last synced: 17 days ago
JSON representation
A custom module for kitchencollection.com (Magento 2)
- Host: GitHub
- URL: https://github.com/kitchencollection-com/core
- Owner: kitchencollection-com
- Created: 2018-10-02T21:50:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-28T08:37:23.000Z (over 7 years ago)
- Last Synced: 2025-12-14T12:52:05.686Z (6 months ago)
- Topics: mage2pro, mage2pro-module, mage2pro-module-bespoke, mage2pro-module-ready, magento, magento2, magento2-extension, magento2-module
- Language: CSS
- Homepage: https://upwork.com/fl/mage2pro
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A custom module for [kitchencollection.com](https://www.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
sudo chown -R -v apache . && sudo chgrp -R -v dspangler .
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
sudo service httpd restart
bin/magento cache:enable
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
sudo chown -R -v apache . && sudo chgrp -R -v dspangler .
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
sudo service httpd restart
bin/php bin/magento cache:enable
bin/magento maintenance:disable
```
If you have problems with these commands, please check the [detailed instruction](https://mage2.pro/t/263).