prooxxy / devstuff
Magento 2 module to improve development process
Package info
github.com/Pr00xxy/magento2-devstuff
Type:magento2-module
pkg:composer/prooxxy/devstuff
0.1.0
2020-06-28 20:08 UTC
Requires
- magento/framework: *
This package is auto-updated.
Last update: 2026-03-01 00:32:02 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>