add Meteo part

This commit is contained in:
Romulus21
2023-09-24 11:19:58 +02:00
parent bfaf82f264
commit 33b2044859
23 changed files with 429 additions and 31 deletions

View File

@@ -29,6 +29,6 @@ return [
'max_age' => 0,
'supports_credentials' => false,
'supports_credentials' => true,
];

5
config/weather.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
return [
'open_weather_map_api_key' => env('OPEN_WEATHER_MAP_API_KEY'),
];