feat(BaseConverter): create module

This commit is contained in:
Matthieu Bessat 2021-10-03 10:39:21 +02:00
parent df790e0c9a
commit 53b5ebcb43
3 changed files with 119 additions and 1 deletions

View file

@ -20,7 +20,10 @@ return [
'logator' => [
'alias' => ['logme']
],
'hash' => []
'hash' => [],
'baseconverter' => [
'alias' => ['encode', 'decode']
]
],
'auth' => [
'root' => 'password'