se anexa token de api de google maps para rastreo de ubicaciones

This commit is contained in:
2026-02-28 10:23:56 -06:00
parent 4c87f86c89
commit 68d32dbd88
14 changed files with 259 additions and 45 deletions
+4
View File
@@ -41,4 +41,8 @@ return [
'webhook_secret' => env('STRIPE_WEBHOOK_SECRET'),
],
'google_maps' => [
'key' => env('GOOGLE_MAPS_API_KEY'),
],
];