prooxxy / devstuff
Magento 2 module to improve development process
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- magento/framework: *
This package is auto-updated.
Last update: 2025-03-29 00:33:00 UTC
README
This modules is for my personal use but is public in the hopes that other may find it useful.
Features
encrypt and decrypt strings with a command.
Sometimes you need to encrypt or decrypt the stuff in core_config_data
php bin/magento devstuff:hash <string> php bin/magento devstuff:unhash <hash>