update api register

This commit is contained in:
Wian Drs
2026-08-01 11:42:42 +07:00
parent b0d08211ec
commit 75342dc7b7
55 changed files with 2254 additions and 35 deletions
+15
View File
@@ -0,0 +1,15 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Temporary verification code display
|--------------------------------------------------------------------------
|
| Enable this only while the verification delivery channels are not ready.
| Once email/WhatsApp delivery is active, set the environment value to false
| so the verification code is no longer exposed by the API.
|
*/
'show_verification_code' => env('REGISTRATION_SHOW_VERIFICATION_CODE', false),
];