Registration module in development state

This commit is contained in:
Andrey Pokidov
2020-04-05 16:36:34 +07:00
commit 0830274a05
31 changed files with 424 additions and 0 deletions

5
Config/config.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
return [
'name' => 'Register'
];