delgraf / theme-frontend-luxury
Custom theme based on Argento Luxury
Installs: 37
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 2
Open Issues: 0
Language:HTML
Type:magento2-theme
pkg:composer/delgraf/theme-frontend-luxury
Requires
- php: ~8.2.0||~8.3.0||~8.4.0
- magento/framework: *
- swissup/theme-frontend-argento-luxury: *
This package is auto-updated.
Last update: 2025-12-26 22:42:17 UTC
README
Custom theme based on Argento Luxury
Install with Composer
* = in production please use the --keep-generated option
- Install theme by running
composer require delgraf/theme-frontend-luxury:dev-master - Apply updates by running
php bin/magento setup:upgrade* - Compile code by running
php bin/magento setup:di:compile - Deploy static content by running
php bin/magento setup:static-content:deploy - Flush cache by running
php bin/magento cache:flush
Uninstall with Composer
* = in production please use the --keep-generated option
- Remove theme by running
composer remove delgraf/theme-frontend-luxury - Apply updates by running
php bin/magento setup:upgrade* - Compile code by running
php bin/magento setup:di:compile - Deploy static content by running
php bin/magento setup:static-content:deploy - Flush cache by running
php bin/magento cache:flush