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

0.1.0 2020-06-28 20:08 UTC

This package is auto-updated.

Last update: 2024-05-29 04:48:21 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>