create service and command for sending reports

This commit is contained in:
2025-08-03 11:08:14 +03:30
parent 5085f22a1d
commit 23587ae958
9 changed files with 400 additions and 0 deletions

8
config/ProvinceInfo.php Normal file
View File

@@ -0,0 +1,8 @@
<?php
return [
'ip' => env('PROVINCE_INFO_IP'),
'name' => env('PROVINCE_INFO_NAME'),
'id' => env('PROVINCE_INFO_ID'),
'center_ip' => env('PROVINCE_INFO_CENTER_IP'),
];