delgraf / module-autocopyright
Updates copyright info with current year
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
Type:magento2-module
pkg:composer/delgraf/module-autocopyright
Requires
- php: ~8.2.0||~8.3.0||~8.4.0
- magento/framework: *
- magento/module-theme: *
README
Updates copyright info with current year
Install with Composer
* = in production please use the --keep-generated option
- Install the module by running
composer require delgraf/module-autocopyright - Enable the module by running
php bin/magento module:enable Delgraf_AutoCopyright - Apply database updates by running
php bin/magento setup:upgrade* - Flush the cache by running
php bin/magento cache:flush
Uninstall with Composer
* = in production please use the --keep-generated option
- Remove database data by running
php bin/magento module:uninstall -r Delgraf_AutoCopyright - Remove extension by running
composer remove delgraf/module-autocopyright - Apply database updates by running
php bin/magento setup:upgrade* - Flush the cache by running
php bin/magento cache:flush